diff options
Diffstat (limited to 'source3/lib/errmap_unix.c')
-rw-r--r-- | source3/lib/errmap_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/errmap_unix.c b/source3/lib/errmap_unix.c index c5e190ce8c..56d3f00da8 100644 --- a/source3/lib/errmap_unix.c +++ b/source3/lib/errmap_unix.c @@ -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 |