confile: cleanup get_config_net_l2proxy()

parent 5cc6166a
...@@ -5223,7 +5223,7 @@ static int get_config_net_link(const char *key, char *retv, int inlen, ...@@ -5223,7 +5223,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, 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; struct lxc_netdev *netdev = data;
return lxc_get_conf_bool(c, retv, inlen, netdev->l2proxy); return lxc_get_conf_bool(c, retv, inlen, netdev->l2proxy);
......
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