Commit cdfeda48 by Daniel Lezcano

Remove useless initialization

The structure is cleared by the lxc_init function. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent d983b93c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment