Commit bd288c26 by Michel Normand Committed by Daniel Lezcano

compilation warning in confile.c

parent b09094da
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment