s3-libsmbclient Convert dos error codes to NTstatus in async libsmbclient.
authorJim McDonough <jmcd@samba.org>
Thu, 19 Aug 2010 12:46:59 +0000 (08:46 -0400)
committerJim McDonough <jmcd@samba.org>
Thu, 19 Aug 2010 19:49:31 +0000 (15:49 -0400)
commit0ec0095d1a40435042b8ff9e4bc7fedbeb371e5f
tree42847d1f8728599af580659e16c28087dc8ad123
parentcbe9f879afc7b212c1e105fcb54b4563d5f6dfe0
s3-libsmbclient Convert dos error codes to NTstatus in async libsmbclient.

DOS error codes were being lost with the conversion to async
libsmbclient.  If we're passing around NTSTATUS internally,
let's just convert it when we get it.

DOS ACCESS_DENIED on nautilus was not prompting for other credentials,
because it was not being mapped.
source3/libsmb/async_smb.c
source3/libsmb/errormap.c