svn commit: samba r12473 - in trunk: . source/libsmb

derrell at samba.org derrell at samba.org
Sun Dec 25 04:30:58 GMT 2005


Author: derrell
Date: 2005-12-25 04:30:57 +0000 (Sun, 25 Dec 2005)
New Revision: 12473

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

Log:
 r12042 at cabra:  derrell | 2005-12-24 23:30:52 -0500
 libsmbclient should load interfaces after having read all configuration files.

Modified:
   trunk/
   trunk/source/libsmb/libsmbclient.c


Changeset:

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba-trunk:12035
   + 3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba-trunk:12042

Modified: trunk/source/libsmb/libsmbclient.c
===================================================================
--- trunk/source/libsmb/libsmbclient.c	2005-12-25 04:26:59 UTC (rev 12472)
+++ trunk/source/libsmb/libsmbclient.c	2005-12-25 04:30:57 UTC (rev 12473)
@@ -5673,8 +5673,6 @@
 
                 /* Here we would open the smb.conf file if needed ... */
                 
-                load_interfaces();  /* Load the list of interfaces ... */
-                
                 in_client = True; /* FIXME, make a param */
 
                 home = getenv("HOME");
@@ -5716,6 +5714,8 @@
                         }
                 }
 
+                load_interfaces();  /* Load the list of interfaces ... */
+                
                 reopen_logs();  /* Get logging working ... */
         
                 /* 



More information about the samba-cvs mailing list