compilation warning in confile.c

Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Michel Normand 2010-01-21 17:21:34 +01:00 committed by Daniel Lezcano
parent b09094da2d
commit bd288c265a

View 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;