svn commit: samba r14630 - in trunk/source/smbd: .

lmuelle at samba.org lmuelle at samba.org
Tue Mar 21 21:39:30 GMT 2006


Author: lmuelle
Date: 2006-03-21 21:39:29 +0000 (Tue, 21 Mar 2006)
New Revision: 14630

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14630

Log:
Add missing no_process_group to become_daemon() call.

Modified:
   trunk/source/smbd/server.c


Changeset:
Modified: trunk/source/smbd/server.c
===================================================================
--- trunk/source/smbd/server.c	2006-03-21 21:27:35 UTC (rev 14629)
+++ trunk/source/smbd/server.c	2006-03-21 21:39:29 UTC (rev 14630)
@@ -867,7 +867,7 @@
 
 	if (is_daemon && !interactive) {
 		DEBUG( 3, ( "Becoming a daemon.\n" ) );
-		become_daemon(Fork);
+		become_daemon(Fork, no_process_group);
 	}
 
 #if HAVE_SETPGID



More information about the samba-cvs mailing list