summaryrefslogtreecommitdiff
path: root/source3/libsmb/clidfs.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-09-02 14:12:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:03:29 -0500
commitce3b4a10791117ade07425d3cbd8c4c804b1d6a4 (patch)
treeb06dbc5ba7d184654849eda50e2e97298f8efb2f /source3/libsmb/clidfs.c
parentd4f2df5d5cfe50de71eadbb14cf920c6af29bc39 (diff)
downloadsamba-ce3b4a10791117ade07425d3cbd8c4c804b1d6a4.tar.gz
samba-ce3b4a10791117ade07425d3cbd8c4c804b1d6a4.tar.bz2
samba-ce3b4a10791117ade07425d3cbd8c4c804b1d6a4.zip
r9958: revert last commit.
Guenther (This used to be commit 351c783295672a327b6040537bd09d91dd210e53)
Diffstat (limited to 'source3/libsmb/clidfs.c')
-rw-r--r--source3/libsmb/clidfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c
index 1389f42df9..51f21397f7 100644
--- a/source3/libsmb/clidfs.c
+++ b/source3/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. */