svn commit: samba r9955 - branches/SAMBA_3_0/source/libsmb trunk/source/libsmb

gd at samba.org gd at samba.org
Fri Sep 2 13:39:39 GMT 2005


Author: gd
Date: 2005-09-02 13:39:39 +0000 (Fri, 02 Sep 2005)
New Revision: 9955

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

Log:
Fix misleading comments.

Guenther

Modified:
   branches/SAMBA_3_0/source/libsmb/clidfs.c
   trunk/source/libsmb/clidfs.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/clidfs.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/clidfs.c	2005-09-02 13:15:41 UTC (rev 9954)
+++ branches/SAMBA_3_0/source/libsmb/clidfs.c	2005-09-02 13:39:39 UTC (rev 9955)
@@ -155,7 +155,7 @@
 	DEBUG(4,(" session setup ok\n"));
 
 	/* here's the fun part....to support 'msdfs proxy' shares
-	   (on Samba or windows) we have to issues a TRANS_GET_DFS_REFERRAL 
+	   (on Samba) we have to issues a TRANS_GET_DFS_REFERRAL 
 	   here before trying to connect to the original share.
 	   check_dfs_proxy() will fail if it is a normal share. */
 

Modified: trunk/source/libsmb/clidfs.c
===================================================================
--- trunk/source/libsmb/clidfs.c	2005-09-02 13:15:41 UTC (rev 9954)
+++ trunk/source/libsmb/clidfs.c	2005-09-02 13:39:39 UTC (rev 9955)
@@ -155,7 +155,7 @@
 	DEBUG(4,(" session setup ok\n"));
 
 	/* here's the fun part....to support 'msdfs proxy' shares
-	   (on Samba or windows) we have to issues a TRANS_GET_DFS_REFERRAL 
+	   (on Samba) we have to issues a TRANS_GET_DFS_REFERRAL 
 	   here before trying to connect to the original share.
 	   check_dfs_proxy() will fail if it is a normal share. */
 



More information about the samba-cvs mailing list