reply_doserror() doesn't force DOS errors on the wire.
commit55412366c185f731d5815c58f06745e1f5c8debf
authorJeremy Allison <jra@samba.org>
Fri, 18 Dec 2009 22:25:39 +0000 (18 14:25 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 18 Dec 2009 22:30:35 +0000 (18 14:30 -0800)
tree66192799237076656d04c7c3dc104518a605f70c
parenta29eff82703e9f309c9b1aa78581dd94d8f8dafd
reply_doserror() doesn't force DOS errors on the wire.

Start migrating uses of reply_doserror() to reply_nterror() with the
correct mapping. Eventually we'll get to the point where we can
change reply_doserror() to force a DOS error code on the wire,
and can change calls to reply_nterror(req, NT_STATUS_DOS()) - which *does*
force DOS errors on the wire - to reply_doserror(). Which might
actually make the server code look like it's making sense.

Jeremy.
(cherry picked from commit 0dd8c8a6ffed20be89ff1c407ea1d2876bd30792)
source3/smbd/reply.c