mirror of
https://github.com/samba-team/samba.git
synced 2025-02-14 01:57:53 +03:00
r10545: map ECONNRESET to NT_STATUS_CONNECTION_RESET
metze (This used to be commit e753114e863ff0ea32b35ef30a6f0056cfa7c902)
This commit is contained in:
parent
1c701527ff
commit
5880f79f4f
@ -1277,6 +1277,9 @@ const struct unix_error_map unix_nt_errmap[] = {
|
||||
{ ENOMEM, NT_STATUS_NO_MEMORY },
|
||||
{ EPIPE, NT_STATUS_CONNECTION_DISCONNECTED },
|
||||
{ ECONNREFUSED, NT_STATUS_CONNECTION_REFUSED },
|
||||
#ifdef ECONNRESET
|
||||
{ ECONNRESET, NT_STATUS_CONNECTION_RESET },
|
||||
#endif
|
||||
{ EBUSY, NT_STATUS_SHARING_VIOLATION },
|
||||
#ifdef ENOTSUP
|
||||
{ ENOTSUP, NT_STATUS_NOT_SUPPORTED},
|
||||
|
Loading…
x
Reference in New Issue
Block a user