Skip to content

Commit

Permalink
confile: clr_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 0814614 commit 0171e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/confile.c
Expand Up @@ -5249,7 +5249,7 @@ static int clr_config_net_l2proxy(const char *key, struct lxc_conf *lxc_conf,
struct lxc_netdev *netdev = data;

if (!netdev)
return ret_set_errno(-1, EINVAL);
return ret_errno(EINVAL);

netdev->l2proxy = false;

Expand Down

0 comments on commit 0171e2a

Please sign in to comment.