mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-03 15:55:53 +00:00
fix typo
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
40ed330c88
commit
0ac4c13e60
@@ -1020,7 +1020,7 @@ int userns_call(uns_call_t call, int flags,
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Get the responce back */
|
/* Get the response back */
|
||||||
|
|
||||||
unsc_msg_init(&um, &call, &res, NULL, 0, 0);
|
unsc_msg_init(&um, &call, &res, NULL, 0, 0);
|
||||||
ret = recvmsg(sk, &um.h, 0);
|
ret = recvmsg(sk, &um.h, 0);
|
||||||
|
Reference in New Issue
Block a user