svn commit: samba r15233 - in branches/SAMBA_4_0/source/gtk/tools: .

jelmer at samba.org jelmer at samba.org
Tue Apr 25 09:45:16 GMT 2006


Author: jelmer
Date: 2006-04-25 09:45:15 +0000 (Tue, 25 Apr 2006)
New Revision: 15233

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

Log:
Fix loading shared modules

Modified:
   branches/SAMBA_4_0/source/gtk/tools/gregedit.c


Changeset:
Modified: branches/SAMBA_4_0/source/gtk/tools/gregedit.c
===================================================================
--- branches/SAMBA_4_0/source/gtk/tools/gregedit.c	2006-04-25 09:28:44 UTC (rev 15232)
+++ branches/SAMBA_4_0/source/gtk/tools/gregedit.c	2006-04-25 09:45:15 UTC (rev 15233)
@@ -967,9 +967,9 @@
 {
 	int ret;
 
+	lp_load();
+
 	registry_init();
-
-	lp_load();
 	setup_logging(argv[0], DEBUG_STDERR);
 
 	mem_ctx = talloc_init("gregedit");



More information about the samba-cvs mailing list