mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-08-11 09:56:06 +00:00
IPC: don't interpret EMSGSIZE and ENOMSG as a disconnect
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
3d7774816e
commit
481bd0cf86
@ -135,6 +135,8 @@ qb_ipc_us_sock_error_is_disconnected(int err)
|
||||
#ifdef EWOULDBLOCK
|
||||
err == -EWOULDBLOCK ||
|
||||
#endif
|
||||
err == -EMSGSIZE ||
|
||||
err == -ENOMSG ||
|
||||
err == -EINVAL) {
|
||||
return QB_FALSE;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user