NT_STATUS(0x80000005) maps to ERRDOS,234
authorJean-François Micouleau <jfm@samba.org>
Mon, 10 Dec 2001 23:34:32 +0000 (23:34 +0000)
committerJean-François Micouleau <jfm@samba.org>
Mon, 10 Dec 2001 23:34:32 +0000 (23:34 +0000)
J.F.

source/libsmb/errormap.c

index f4208e7f5edcfb63472dd33e8390de26e6b3937a..ab524a01f596677144d0ccf19c591245cf3e2ab0 100644 (file)
@@ -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)},