svn commit: samba r12284 - in branches/SAMBA_4_0/source/smbd: .

metze at samba.org metze at samba.org
Fri Dec 16 10:21:06 GMT 2005


Author: metze
Date: 2005-12-16 10:21:05 +0000 (Fri, 16 Dec 2005)
New Revision: 12284

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

Log:
use the correct name for logging

metze
Modified:
   branches/SAMBA_4_0/source/smbd/server.c


Changeset:
Modified: branches/SAMBA_4_0/source/smbd/server.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/server.c	2005-12-16 05:08:33 UTC (rev 12283)
+++ branches/SAMBA_4_0/source/smbd/server.c	2005-12-16 10:21:05 UTC (rev 12284)
@@ -177,7 +177,7 @@
 
 	poptFreeContext(pc);
 
-	setup_logging(argv[0], interactive?DEBUG_STDOUT:DEBUG_FILE);
+	setup_logging(binary_name, interactive?DEBUG_STDOUT:DEBUG_FILE);
 	setup_signals();
 
 	/* we want total control over the permissions on created files,



More information about the samba-cvs mailing list