From bd288c265ac26dd4a63e7089858ea8f3d78447e6 Mon Sep 17 00:00:00 2001 From: Michel Normand Date: Thu, 21 Jan 2010 17:21:34 +0100 Subject: [PATCH] compilation warning in confile.c Signed-off-by: Michel Normand Signed-off-by: Daniel Lezcano --- src/lxc/confile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;