r20544: Change copy_file() to return NTSTATUS. This is in preparation of turning
authorVolker Lendecke <vlendec@samba.org>
Fri, 5 Jan 2007 13:13:15 +0000 (13:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:56 +0000 (12:16 -0500)
commit1307337aaf050fa51758b5b844986eddc06693b7
tree696da4e8ae5f8c7c8940820bddc9615d775ba43f
parent84da72860e3912cfd8be45919360c0931b8bbbda
r20544: Change copy_file() to return NTSTATUS. This is in preparation of turning
close_file() to NTSTATUS as well.

I'm not sure I got all the error codes right, but as I've never come across a
smb_copy() call in all my Samba work, I'm leaving it at that. If I'm
absolutely bored, I will write a thorough torture test.

As far as I can see, Samba4 even does not have a libcli implementation for
it...  :-)

Volker
(This used to be commit 5ebdf02ba166df69e210e6f70c01a44e6205ecc1)
source3/printing/nt_printing.c
source3/smbd/reply.c