s3:lib/errmap_unix: map EPIPE to NT_STATUS_CONNECTION_DISCONNECTED
authorStefan Metzmacher <metze@samba.org>
Tue, 25 Oct 2011 13:12:05 +0000 (15:12 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 25 Oct 2011 15:58:33 +0000 (17:58 +0200)
commitfd261fea74dedefe68b9b37fdaf86e633ffb3c75
tree1c4ba47c82518784774e483d10fff2be419aff53
parente947acaa8a36f574a8245c174da28d3ad7fab452
s3:lib/errmap_unix: map EPIPE to NT_STATUS_CONNECTION_DISCONNECTED

This lets map_nt_error_from_unix() return the same value as
map_nt_error_from_unix_common().

There are no callers relying on NT_STATUS_PIPE_BROKEN.

metze
source3/lib/errmap_unix.c