Remove the "exists" parameter from create_msdfs_link
authorVolker Lendecke <vl@samba.org>
Sun, 22 Jun 2008 18:33:28 +0000 (20:33 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 22 Jun 2008 18:45:53 +0000 (20:45 +0200)
commitf58b098a4172949018e84c4d0c722d6eb9bba514
treee446c65f5ad824f3b8bee061c225c4b7d02107ee
parent948607f16112f6529f3a54cd6bbe978e8a600bc8
Remove the "exists" parameter from create_msdfs_link

Jeremy, setting "exists" to True in _dfs_Add prevented the initial creation of
a new symlink for me, because the SMB_VFS_UNLINK failed. This also exists in
3.2. I only check it into 3.3 as I would like you to look at it first.

Thanks,

Volker
source/include/proto.h
source/rpc_server/srv_dfs_nt.c
source/smbd/msdfs.c