]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: Format --handshakefd for controller cmd fully
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 17 Apr 2021 07:59:51 +0000 (09:59 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 19 Apr 2021 09:21:40 +0000 (11:21 +0200)
commit69a4cd92493fd3762ffaeca90554c5256e5c1c43
treeac0b9e16afb6251c1b4f0088d24f3fe153ee7f8e
parentea7d0ca37cce76e1327945c4864b996d7fd6d2e6
lxc: Format --handshakefd for controller cmd fully

The command line argument is called --hanshakefd (check out
lxc_controller.c:main()). But the command line builder puts only
--handshake. This works, because there is no other argument
sharing the prefix.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/lxc/lxc_process.c