Unverified Commit 05ed3250 by 2xsec Committed by Christian Brauner

tools: lxc-unshare: remove unnecessary initialization

Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent 68994253
...@@ -108,7 +108,6 @@ Options :\n\ ...@@ -108,7 +108,6 @@ Options :\n\
.log_priority = "ERROR", .log_priority = "ERROR",
.log_file = "none", .log_file = "none",
.daemonize = 0, .daemonize = 0,
.pidfile = NULL,
}; };
static int my_parser(struct lxc_arguments *args, int c, char *arg) static int my_parser(struct lxc_arguments *args, int c, char *arg)
......
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