r9958: revert last commit.
authorGünther Deschner <gd@samba.org>
Fri, 2 Sep 2005 14:12:04 +0000 (14:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:03:29 +0000 (11:03 -0500)
Guenther
(This used to be commit 351c783295672a327b6040537bd09d91dd210e53)

source3/libsmb/clidfs.c

index 1389f42df95be9339629fd1613564fb766efd734..51f21397f7c25691c9ff51ced4bbed9e20530ea6 100644 (file)
@@ -155,7 +155,7 @@ static struct cli_state *do_connect( const char *server, const char *share,
        DEBUG(4,(" session setup ok\n"));
 
        /* here's the fun part....to support 'msdfs proxy' shares
-          (on Samba) we have to issues a TRANS_GET_DFS_REFERRAL 
+          (on Samba or windows) 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. */