]> git.proxmox.com Git - mirror_lxc.git/commitdiff
compilation warning in confile.c
authorMichel Normand <normand@fr.ibm.com>
Thu, 21 Jan 2010 16:21:34 +0000 (17:21 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 22 Jan 2010 10:21:46 +0000 (11:21 +0100)
Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/confile.c

index 6a22cc38c3bf658c4bcdfbb6a95c763a8d486f4d..d6a7abe222f955c6abd7c1107ca605c66d8b2d50 100644 (file)
@@ -571,7 +571,7 @@ static int config_mount(const char *key, char *value, struct lxc_conf *lxc_conf)
 static int config_cap_drop(const char *key, char *value,
                           struct lxc_conf *lxc_conf)
 {
-       char *dropcaps, *caps, *sptr, *token;
+       char *dropcaps, *sptr, *token;
        struct lxc_list *droplist;
        int ret = -1;