summaryrefslogtreecommitdiff
path: root/source3/libsmb/errormap.c
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>2001-12-10 23:34:32 +0000
committerJean-François Micouleau <jfm@samba.org>2001-12-10 23:34:32 +0000
commitbf5a0e6717f786d4f623e3cca9f846a9413f82d5 (patch)
tree3863d12740faabd820b879bef40d652ef6daf4df /source3/libsmb/errormap.c
parentecf7017eca3f838c37072a6fa1aa895d7d39bd26 (diff)
downloadsamba-bf5a0e6717f786d4f623e3cca9f846a9413f82d5.tar.gz
NT_STATUS(0x80000005) maps to ERRDOS,234
J.F. (This used to be commit 80e36549b61cc2bb5148f6abb175d31a0c7782a1)
Diffstat (limited to 'source3/libsmb/errormap.c')
-rw-r--r--source3/libsmb/errormap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/errormap.c b/source3/libsmb/errormap.c
index f4208e7f5ed..ab524a01f59 100644
--- a/source3/libsmb/errormap.c
+++ b/source3/libsmb/errormap.c
@@ -537,7 +537,7 @@ static struct {
{ERRDOS, 998, NT_STATUS(0x80000002)},
{ERRDOS, ERRbadpath, NT_STATUS(0x80000003)},
{ERRDOS, ERRnofids, NT_STATUS(0x80000004)},
- {ERRDOS, 111, NT_STATUS(0x80000005)},
+ {ERRDOS, 234, NT_STATUS(0x80000005)},
{ERRDOS, ERRnofiles, NT_STATUS(0x80000006)},
{ERRDOS, 1391, NT_STATUS(0x8000000b)},
{ERRDOS, 299, NT_STATUS(0x8000000d)},