From: Michel Normand Date: Thu, 21 Jan 2010 16:21:34 +0000 (+0100) Subject: compilation warning in confile.c X-Git-Tag: lxc-2.1.1~3032 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=bd288c265ac26dd4a63e7089858ea8f3d78447e6;p=mirror_lxc.git compilation warning in confile.c Signed-off-by: Michel Normand Signed-off-by: Daniel Lezcano --- diff --git a/src/lxc/confile.c b/src/lxc/confile.c index 6a22cc38c..d6a7abe22 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -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;