summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-09-02 14:12:04 +0000
committerGünther Deschner <gd@samba.org>2005-09-02 14:12:04 +0000
commit841768cbbe164c29f2626347eee5ffe5d9428de3 (patch)
treed76b90cface7882b1fdc948c467c07832392ee85 /source
parentc3f57b58a553db640e4d3988397a7ac01335d615 (diff)
downloadsamba-841768cbbe164c29f2626347eee5ffe5d9428de3.tar.gz
samba-841768cbbe164c29f2626347eee5ffe5d9428de3.tar.xz
samba-841768cbbe164c29f2626347eee5ffe5d9428de3.zip
r9958: revert last commit.
Guenther
Diffstat (limited to 'source')
-rw-r--r--source/libsmb/clidfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/clidfs.c b/source/libsmb/clidfs.c
index 1389f42df95..51f21397f7c 100644
--- a/source/libsmb/clidfs.c
+++ b/source/libsmb/clidfs.c
@@ -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. */