mirror of
git://github.com/lxc/lxc
synced 2025-09-02 03:19:32 +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:
@@ -599,7 +599,7 @@ out_abort:
|
|||||||
|
|
||||||
int lxc_start(const char *name, char *const argv[])
|
int lxc_start(const char *name, char *const argv[])
|
||||||
{
|
{
|
||||||
struct lxc_handler handler = { 0 };
|
struct lxc_handler handler;
|
||||||
int err = -1;
|
int err = -1;
|
||||||
int status;
|
int status;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user