mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-13 20:45:30 +00:00
Fix uninitialized value in lxc_try_cmd
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
9c073d6b76
commit
814928c87a
@ -293,7 +293,7 @@ out:
|
||||
|
||||
int lxc_try_cmd(const char *name, const char *lxcpath)
|
||||
{
|
||||
int stopped, ret;
|
||||
int stopped = 0, ret;
|
||||
struct lxc_cmd_rr cmd = {
|
||||
.req = { .cmd = LXC_CMD_GET_INIT_PID },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user