svn commit: samba r13486 - branches/SAMBA_3_0/source/client branches/SAMBA_3_0/source/utils trunk/source/client trunk/source/utils

vlendec at samba.org vlendec at samba.org
Mon Feb 13 04:58:13 GMT 2006


Author: vlendec
Date: 2006-02-13 04:58:13 +0000 (Mon, 13 Feb 2006)
New Revision: 13486

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

Log:
Two more -- fix bug 3503
Modified:
   branches/SAMBA_3_0/source/client/smbmount.c
   branches/SAMBA_3_0/source/utils/profiles.c
   trunk/source/client/smbmount.c
   trunk/source/utils/profiles.c


Changeset:
Modified: branches/SAMBA_3_0/source/client/smbmount.c
===================================================================
--- branches/SAMBA_3_0/source/client/smbmount.c	2006-02-13 04:32:01 UTC (rev 13485)
+++ branches/SAMBA_3_0/source/client/smbmount.c	2006-02-13 04:58:13 UTC (rev 13486)
@@ -868,6 +868,8 @@
 
 	DEBUGLEVEL = 1;
 
+	load_case_tables();
+
 	/* here we are interactive, even if run from autofs */
 	setup_logging("mount.smbfs",True);
 

Modified: branches/SAMBA_3_0/source/utils/profiles.c
===================================================================
--- branches/SAMBA_3_0/source/utils/profiles.c	2006-02-13 04:32:01 UTC (rev 13485)
+++ branches/SAMBA_3_0/source/utils/profiles.c	2006-02-13 04:58:13 UTC (rev 13486)
@@ -145,6 +145,8 @@
 	};
 	poptContext pc;
 
+	load_case_tables();
+
 	/* setup logging options */
 
 	setup_logging( "profiles", True );

Modified: trunk/source/client/smbmount.c
===================================================================
--- trunk/source/client/smbmount.c	2006-02-13 04:32:01 UTC (rev 13485)
+++ trunk/source/client/smbmount.c	2006-02-13 04:58:13 UTC (rev 13486)
@@ -868,6 +868,8 @@
 
 	DEBUGLEVEL = 1;
 
+	load_case_tables();
+
 	/* here we are interactive, even if run from autofs */
 	setup_logging("mount.smbfs",True);
 

Modified: trunk/source/utils/profiles.c
===================================================================
--- trunk/source/utils/profiles.c	2006-02-13 04:32:01 UTC (rev 13485)
+++ trunk/source/utils/profiles.c	2006-02-13 04:58:13 UTC (rev 13486)
@@ -145,6 +145,8 @@
 	};
 	poptContext pc;
 
+	load_case_tables();
+
 	/* setup logging options */
 
 	setup_logging( "profiles", True );



More information about the samba-cvs mailing list