1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

use a name not a number for ERRinsufficientbuffer

This commit is contained in:
Andrew Tridgell -
parent 8a49b2f7df
commit 8e70666fcc

View File

@ -67,7 +67,7 @@ static struct {
{ERRDOS, 193, NT_STATUS_INVALID_FILE_FOR_SECTION},
{ERRDOS, ERRbadaccess, NT_STATUS_ALREADY_COMMITTED},
{ERRDOS, ERRbadaccess, NT_STATUS_ACCESS_DENIED},
{ERRDOS, 122, NT_STATUS_BUFFER_TOO_SMALL},
{ERRDOS, ERRinsufficientbuffer, NT_STATUS_BUFFER_TOO_SMALL},
{ERRDOS, ERRbadfid, NT_STATUS_OBJECT_TYPE_MISMATCH},
{ERRDOS, 37, NT_STATUS_NONCONTINUABLE_EXCEPTION},
{ERRDOS, 38, NT_STATUS_INVALID_DISPOSITION},