2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 22:35:33 +00:00
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Tycho Andersen
2015-08-13 16:58:49 -06:00
committed by Pavel Emelyanov
parent 40ed330c88
commit 0ac4c13e60

View File

@@ -1020,7 +1020,7 @@ int userns_call(uns_call_t call, int flags,
goto out;
}
/* Get the responce back */
/* Get the response back */
unsc_msg_init(&um, &call, &res, NULL, 0, 0);
ret = recvmsg(sk, &um.h, 0);