Fix an obvious error where we were converting a UNIX error to an NT STATUS but not...
authorRichard Sharpe <rsharpe@samba.org>
Thu, 24 Mar 2016 04:56:30 +0000 (21:56 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 24 Mar 2016 21:57:16 +0000 (22:57 +0100)
commit8c9079991d61d3a140f0340fd166e3421c25b694
tree21f30935f7e89f0661c38c2f4604968ee47decf2
parent5dccb198011a93800c1e83526dd535c7b3b323a6
Fix an obvious error where we were converting a UNIX error to an NT STATUS but not returning it.

Signed-off-by: Richard Sharpe <rsharpe@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/dosmode.c