summaryrefslogtreecommitdiffstats
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
commit80e36549b61cc2bb5148f6abb175d31a0c7782a1 (patch)
treec25f8eb341a5ba9c148a2e2a0e45bc37496e0cd8
parentd4bc8f02f7dc856ffb29e95a81ffcc3a9d4b1695 (diff)
downloadsamba-80e36549b61cc2bb5148f6abb175d31a0c7782a1.tar.gz
samba-80e36549b61cc2bb5148f6abb175d31a0c7782a1.tar.xz
samba-80e36549b61cc2bb5148f6abb175d31a0c7782a1.zip
NT_STATUS(0x80000005) maps to ERRDOS,234
J.F.
-rw-r--r--source/libsmb/errormap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/errormap.c b/source/libsmb/errormap.c
index f4208e7f5ed..ab524a01f59 100644
--- a/source/libsmb/errormap.c
+++ b/source/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)},