smbd: Fix smb1 findfirst with DFS
authorVolker Lendecke <vl@samba.org>
Thu, 6 Apr 2017 20:12:36 +0000 (22:12 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 7 Apr 2017 20:52:24 +0000 (22:52 +0200)
commitbaa3e71f7968ec3239d80d7602839c2d7c2de74f
tree001e34ba15803276a2c1dcef160bcf702cac709a
parent94e2aa7f7745f944b1d842d08f6ae6c600fb22e0
smbd: Fix smb1 findfirst with DFS

9377f3bce should have changed the callers of dfs_path_lookup. It now
takes a uint32_t ucf_flags, not a boolean anymore.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=12558

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/msdfs.c