Restructuring of code to fix #5460. Remove search
commite3ecb1828791e3e142dd84d7248c4ae70afe5e0c
authorJeremy Allison <jra@samba.org>
Mon, 19 May 2008 20:11:41 +0000 (19 13:11 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 19 May 2008 20:11:41 +0000 (19 13:11 -0700)
treea5d8746db54edcdff7cbc900738638ee1a9b4199
parentd41bc18b77562ca2fe7360944d9782509b1552fe
Restructuring of code to fix #5460. Remove search
by name code from conn, we were already doing the
same check in the dfs_redirect() function, so move
it into parse_dfs_path() instead.
Jeremy.
source/smbd/conn.c
source/smbd/msdfs.c