From 70e72c56277cc5327359fef75e19826598369773 Mon Sep 17 00:00:00 2001 From: 2xsec Date: Fri, 5 Oct 2018 11:08:41 +0900 Subject: [PATCH] tools: lxc-unshare: remove unnecessary initialization Signed-off-by: 2xsec --- src/lxc/tools/lxc_unshare.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lxc/tools/lxc_unshare.c b/src/lxc/tools/lxc_unshare.c index 3aa703e5f..295464e9d 100644 --- a/src/lxc/tools/lxc_unshare.c +++ b/src/lxc/tools/lxc_unshare.c @@ -108,7 +108,6 @@ Options :\n\ .log_priority = "ERROR", .log_file = "none", .daemonize = 0, - .pidfile = NULL, }; static int my_parser(struct lxc_arguments *args, int c, char *arg) -- 2.47.2