svn commit: samba r15519 - branches/SAMBA_3_0/source/client trunk/source/client

gd at samba.org gd at samba.org
Tue May 9 08:15:04 GMT 2006


Author: gd
Date: 2006-05-09 08:15:01 +0000 (Tue, 09 May 2006)
New Revision: 15519

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

Log:
Fix segfault.

Guenther

Modified:
   branches/SAMBA_3_0/source/client/smbctool.c
   trunk/source/client/smbctool.c


Changeset:
Modified: branches/SAMBA_3_0/source/client/smbctool.c
===================================================================
--- branches/SAMBA_3_0/source/client/smbctool.c	2006-05-09 03:50:32 UTC (rev 15518)
+++ branches/SAMBA_3_0/source/client/smbctool.c	2006-05-09 08:15:01 UTC (rev 15519)
@@ -3649,7 +3649,9 @@
 	
 	if ( override_logfile )
 		setup_logging( lp_logfile(), False );
-	
+
+	load_case_tables();
+
 	if (!lp_load(dyn_CONFIGFILE,True,False,False,True)) {
 		fprintf(stderr, "%s: Can't load %s - run testparm to debug it\n",
 			argv[0], dyn_CONFIGFILE);

Modified: trunk/source/client/smbctool.c
===================================================================
--- trunk/source/client/smbctool.c	2006-05-09 03:50:32 UTC (rev 15518)
+++ trunk/source/client/smbctool.c	2006-05-09 08:15:01 UTC (rev 15519)
@@ -3649,7 +3649,9 @@
 	
 	if ( override_logfile )
 		setup_logging( lp_logfile(), False );
-	
+
+	load_case_tables();
+
 	if (!lp_load(dyn_CONFIGFILE,True,False,False,True)) {
 		fprintf(stderr, "%s: Can't load %s - run testparm to debug it\n",
 			argv[0], dyn_CONFIGFILE);



More information about the samba-cvs mailing list