mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-13 10:45:45 +00:00
Remove useless initialization
The structure is cleared by the lxc_init function. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
parent
d983b93c3a
commit
cdfeda48d2
@ -599,7 +599,7 @@ out_abort:
|
||||
|
||||
int lxc_start(const char *name, char *const argv[])
|
||||
{
|
||||
struct lxc_handler handler = { 0 };
|
||||
struct lxc_handler handler;
|
||||
int err = -1;
|
||||
int status;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user