]> git.proxmox.com Git - mirror_lxc.git/commitdiff
tools: lxc-unshare: remove unnecessary initialization
author2xsec <dh48.jeong@samsung.com>
Fri, 5 Oct 2018 02:08:41 +0000 (11:08 +0900)
committer2xsec <dh48.jeong@samsung.com>
Fri, 5 Oct 2018 02:08:41 +0000 (11:08 +0900)
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
src/lxc/tools/lxc_unshare.c

index 3aa703e5fc8610428dd5a1c509310cb6c4d1443d..295464e9d0887c624746b7280087806058658b8e 100644 (file)
@@ -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)