1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-19 13:44:20 +03:00

NT_STATUS(0x80000005) maps to ERRDOS,234

J.F.
(This used to be commit 80e36549b6)
This commit is contained in:
Jean-François Micouleau
2001-12-10 23:34:32 +00:00
parent ecf7017eca
commit bf5a0e6717

View File

@@ -537,7 +537,7 @@ static struct {
{ERRDOS, 998, NT_STATUS(0x80000002)}, {ERRDOS, 998, NT_STATUS(0x80000002)},
{ERRDOS, ERRbadpath, NT_STATUS(0x80000003)}, {ERRDOS, ERRbadpath, NT_STATUS(0x80000003)},
{ERRDOS, ERRnofids, NT_STATUS(0x80000004)}, {ERRDOS, ERRnofids, NT_STATUS(0x80000004)},
{ERRDOS, 111, NT_STATUS(0x80000005)}, {ERRDOS, 234, NT_STATUS(0x80000005)},
{ERRDOS, ERRnofiles, NT_STATUS(0x80000006)}, {ERRDOS, ERRnofiles, NT_STATUS(0x80000006)},
{ERRDOS, 1391, NT_STATUS(0x8000000b)}, {ERRDOS, 1391, NT_STATUS(0x8000000b)},
{ERRDOS, 299, NT_STATUS(0x8000000d)}, {ERRDOS, 299, NT_STATUS(0x8000000d)},