mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 07:47:05 +00:00
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:
parent
b09094da2d
commit
bd288c265a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user