svn commit: samba r13341 - in branches/SAMBA_4_0/source/lib/cmdline: .

abartlet at samba.org abartlet at samba.org
Sat Feb 4 09:50:03 GMT 2006


Author: abartlet
Date: 2006-02-04 09:50:02 +0000 (Sat, 04 Feb 2006)
New Revision: 13341

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

Log:
Trivial.

Modified:
   branches/SAMBA_4_0/source/lib/cmdline/popt_common.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/cmdline/popt_common.c
===================================================================
--- branches/SAMBA_4_0/source/lib/cmdline/popt_common.c	2006-02-04 09:49:33 UTC (rev 13340)
+++ branches/SAMBA_4_0/source/lib/cmdline/popt_common.c	2006-02-04 09:50:02 UTC (rev 13341)
@@ -47,9 +47,9 @@
 	const char *pname;
 
 	if (reason == POPT_CALLBACK_REASON_POST) {
+		lp_load();
 		/* Hook any 'every Samba program must do this, after
 		 * the smb.conf is setup' functions here */
-		lp_load();
 		return;
 	}
 



More information about the samba-cvs mailing list