Prevent NT_STATUS 0xF1000000 errors from appearing when
authorJim McDonough <jmcd@samba.org>
Wed, 13 Aug 2008 22:03:51 +0000 (18:03 -0400)
committerMichael Adam <obnox@samba.org>
Thu, 14 Aug 2008 09:22:46 +0000 (11:22 +0200)
commitb48ba00dc67cc7235a135615b0ee25245ac8474b
treea4a2a26239e67c94cec184f5c15466445a4c88c7
parente90dc23ff5d9853501df21331ce57ccb29601fa8
Prevent NT_STATUS 0xF1000000 errors from appearing when
dos errors are used and there is no error.  It should
be mapped directly to NT_STATUS_OK.  smbclient to older
servers didn't work.
(This used to be commit 78f009b7ef1f1d63b21df9ba6da7fcca01c12109)
source3/libsmb/async_smb.c