mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 18:45:16 +00:00
lxc_controller: Fix error message on missing --handshakefd
The argument is --handshakefd not --handshake. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
0e6891106d
commit
d847792f86
@ -2365,7 +2365,7 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (handshakeFd < 0) {
|
if (handshakeFd < 0) {
|
||||||
fprintf(stderr, "%s: missing --handshake argument for container PTY\n",
|
fprintf(stderr, "%s: missing --handshakefd argument for container PTY\n",
|
||||||
argv[0]);
|
argv[0]);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user