mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
lib: Add EMSGSIZE to map_nt_error_from_unix
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
b365d44e15
commit
ed00ac21dc
@ -49,6 +49,7 @@ static const struct {
|
||||
{ ENOSPC, NT_STATUS_DISK_FULL },
|
||||
{ ENOMEM, NT_STATUS_NO_MEMORY },
|
||||
{ EISDIR, NT_STATUS_FILE_IS_A_DIRECTORY},
|
||||
{ EMSGSIZE, NT_STATUS_PORT_MESSAGE_TOO_LONG },
|
||||
#ifdef EPIPE
|
||||
{ EPIPE, NT_STATUS_CONNECTION_DISCONNECTED},
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user