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)
commit13ebf889b39e0b71f1f98198b0d003f5461d42a6
treeb87e507b621e7c486e5ea14850ce0dc5557242d6
parent19654e232cc3b761931259aa587af24d7313781b
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
(This used to be commit f58b098a4172949018e84c4d0c722d6eb9bba514)
source3/include/proto.h
source3/rpc_server/srv_dfs_nt.c
source3/smbd/msdfs.c