Skip to content

Commit

Permalink
confile: cleanup get_config_net_l2proxy()
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Dec 9, 2020
1 parent 30302ee commit 5cd78f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/confile.c
Expand Up @@ -5615,7 +5615,7 @@ static int get_config_net_link(const char *key, char *retv, int inlen,
}

static int get_config_net_l2proxy(const char *key, char *retv, int inlen,
struct lxc_conf *c, void *data)
struct lxc_conf *c, void *data)
{
struct lxc_netdev *netdev = data;
return lxc_get_conf_bool(c, retv, inlen, netdev->l2proxy);
Expand Down

0 comments on commit 5cd78f5

Please sign in to comment.