mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 09:35:12 +00:00
sk-unix: Don't zap error returned
If error happened during queue read don't zap it. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
421d46f79e
commit
f95d509d2e
1 changed files with 1 additions and 1 deletions
|
|
@ -806,7 +806,7 @@ int collect_unix_sockets(void)
|
|||
if (!ret)
|
||||
ret = read_sk_queues();
|
||||
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
int resolve_unix_peers(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue