diff options
author | Günther Deschner <gd@samba.org> | 2005-09-02 13:39:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:03:29 -0500 |
commit | a451584b2a83f0e63a072d6ccea8cbce5a2a465e (patch) | |
tree | 44b18a66337fcd6338fb4c1f14e7888c9909ab91 /source3/libsmb/clidfs.c | |
parent | f28bdc61f4183e1b7a2bbd6b1bb0b78e128420dd (diff) | |
download | samba-a451584b2a83f0e63a072d6ccea8cbce5a2a465e.tar.gz |
r9955: Fix misleading comments.
Guenther
(This used to be commit 0c3b7499d4bf11805a9fc5db88eb62dd003481af)
Diffstat (limited to 'source3/libsmb/clidfs.c')
-rw-r--r-- | source3/libsmb/clidfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c index 51f21397f7c..1389f42df95 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 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. */ |