r20544: Change copy_file() to return NTSTATUS. This is in preparation of turning
commit5ebdf02ba166df69e210e6f70c01a44e6205ecc1
authorVolker Lendecke <vlendec@samba.org>
Fri, 5 Jan 2007 13:13:15 +0000 (5 13:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:56 +0000 (10 12:16 -0500)
treebcde95704bf2a92ec9563ceaa6303a06dbe8a93e
parentc8995771531caa4ec9bcaef2c29b11ee7d8e49e6
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
source/printing/nt_printing.c
source/smbd/reply.c