diff options
-rw-r--r-- | source3/libsmb/errormap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/errormap.c b/source3/libsmb/errormap.c index f4208e7f5e..ab524a01f5 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)}, |