r23467: Next little simplification: In rename_internals it's a bit pointless to
authorVolker Lendecke <vlendec@samba.org>
Wed, 13 Jun 2007 12:52:36 +0000 (12:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:18 +0000 (12:23 -0500)
commit0e0fed6f25520d31966a5b29429533397ee5e171
treeeb9ba613f8c4560899188e05278be2b58c012629
parent719df44c03c54429504c9f58922f348a5cb5aafe
r23467: Next little simplification: In rename_internals it's a bit pointless to
first ask for existence of a file when we do the open_file_ntcreate in
can_rename later on anyway. That also gets us the right error message in
case the file is not there automatically.
(This used to be commit f3d582cb908f95c1b557bda5d41b5a8aff75b124)
source3/smbd/reply.c