Re: [PATCH] lxc: Format --handshakefd for controller cmd fully

2021-04-19 Thread Michal Privoznik
On 4/19/21 11:01 AM, Peter Krempa wrote: On Mon, Apr 19, 2021 at 09:34:16 +0200, Michal Privoznik wrote: 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 sharin

Re: [PATCH] lxc: Format --handshakefd for controller cmd fully

2021-04-19 Thread Peter Krempa
On Mon, Apr 19, 2021 at 09:34:16 +0200, Michal Privoznik wrote: > 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. That is an extremely

Re: [PATCH] lxc: Format --handshakefd for controller cmd fully

2021-04-19 Thread Pavel Hrdina
On Mon, Apr 19, 2021 at 09:34:16AM +0200, Michal Privoznik wrote: > 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:

[PATCH] lxc: Format --handshakefd for controller cmd fully

2021-04-19 Thread Michal Privoznik
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 --- src/lxc/lxc_process.c | 2 +- 1 file changed, 1 inserti