]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Remove useless initialization
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 16 Jul 2009 14:38:15 +0000 (16:38 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 16 Jul 2009 14:38:15 +0000 (16:38 +0200)
The structure is cleared by the lxc_init function.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/start.c

index 0c72c1a60a6990760e92c39e2c11c6a5a374aa9b..6d1f8404ee393665e7ab87edf133a0ea58173af6 100644 (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;