svn commit: samba r13763 - in branches/SAMBA_3_0: . source/libsmb

derrell at samba.org derrell at samba.org
Wed Mar 1 01:48:33 GMT 2006


Author: derrell
Date: 2006-03-01 01:48:33 +0000 (Wed, 01 Mar 2006)
New Revision: 13763

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

Log:
 r13223 at cabra:  derrell | 2006-02-28 20:48:23 -0500
 Add the missing comment about needing to save the new share name.

Modified:
   branches/SAMBA_3_0/
   branches/SAMBA_3_0/source/libsmb/libsmb_cache.c


Changeset:

Property changes on: branches/SAMBA_3_0
___________________________________________________________________
Name: svk:merge
   - 3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba3:13221
   + 3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba3:13223

Modified: branches/SAMBA_3_0/source/libsmb/libsmb_cache.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/libsmb_cache.c	2006-03-01 01:42:37 UTC (rev 13762)
+++ branches/SAMBA_3_0/source/libsmb/libsmb_cache.c	2006-03-01 01:48:33 UTC (rev 13763)
@@ -156,7 +156,11 @@
                                         continue;
                                 }
 
-
+                                /*
+                                 * Save the new share name.  We've
+                                 * disconnected from the old share, and are
+                                 * about to connect to the new one.
+                                 */
                                 SAFE_FREE(srv->share_name);
                                 srv->share_name = SMB_STRDUP(share);
                                 if (!srv->share_name) {



More information about the samba-cvs mailing list