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

vlendec at samba.org vlendec at samba.org
Tue Dec 27 22:26:34 GMT 2005


Author: vlendec
Date: 2005-12-27 22:26:33 +0000 (Tue, 27 Dec 2005)
New Revision: 12525

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

Log:
Remove an accidential commit
Modified:
   trunk/source/libsmb/clidfs.c


Changeset:
Modified: trunk/source/libsmb/clidfs.c
===================================================================
--- trunk/source/libsmb/clidfs.c	2005-12-27 22:11:40 UTC (rev 12524)
+++ trunk/source/libsmb/clidfs.c	2005-12-27 22:26:33 UTC (rev 12525)
@@ -159,12 +159,10 @@
 	   here before trying to connect to the original share.
 	   check_dfs_proxy() will fail if it is a normal share. */
 
-#if 0
 	if ( (c->capabilities & CAP_DFS) && cli_check_msdfs_proxy( c, sharename, newserver, newshare ) ) {
 		cli_shutdown(c);
 		return do_connect( newserver, newshare, False );
 	}
-#endif
 
 	/* must be a normal share */
 



More information about the samba-cvs mailing list