r21942: Hoist by our own petard :-). Older smbclient binaries
authorJeremy Allison <jra@samba.org>
Thu, 22 Mar 2007 22:15:35 +0000 (22:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:51 +0000 (12:18 -0500)
commitbf26a7632e438199ab10c9557f7d018e19705604
tree01b95ace2352da64b5990b693f06f02fb83c0901
parent8a2b73a58a011945bb195823ba2696a6182b2358
r21942: Hoist by our own petard :-). Older smbclient binaries
were not able to connect to the rewritten dfs code as
they set the dfs flag bit but then send local paths.

Now that our dfs code is a *lot* more robust in
detecting this sort of braindamage we can just
call into it directly on getting a DFS flag
and let the parser sort it out without having
to check it's actually connecting to a dfs
enabled share (I'm proud of this code :-).

Jeremy.
(This used to be commit 8c4d929c76ba56d59f651c57d1feb37d2916a436)
source3/smbd/msdfs.c