Remove all calls to reply_doserror - turn them into
authorJeremy Allison <jra@samba.org>
Mon, 21 Dec 2009 19:05:25 +0000 (11:05 -0800)
committerKarolin Seeger <kseeger@samba.org>
Wed, 23 Dec 2009 08:57:39 +0000 (09:57 +0100)
commit7e01df2ecc1a115be4ed538ea7e4916b8dbaff05
tree1b287efc7e6a1d9e0befd80d740a1717998e3021
parent3b2f727c13fa1174ddfa0a710c73a9efba79416d
Remove all calls to reply_doserror - turn them into
correct reply_nterror calls. Next rename reply_doserror ->
reply_force_doserror and plumb in when NT_STATUS_DOS is
used.
Jeremy.
(cherry picked from commit 642101ac237364fd9be209bf56d3224736626446)
(cherry picked from commit 12f3f55b352900799b5e649fa2986f82fbb36fb7)
source3/smbd/message.c
source3/smbd/nttrans.c
source3/smbd/pipes.c
source3/smbd/process.c
source3/smbd/reply.c
source3/smbd/trans2.c