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:
Daniel Lezcano 2009-07-16 16:38:15 +02:00
parent d983b93c3a
commit cdfeda48d2

View File

@ -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;