Skip to content

Commit

Permalink
confile_utils: cleanup lxc_ipvlan_isolation_to_flag()
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 10, 2020
1 parent 11e5a00 commit f271313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/confile_utils.c
Expand Up @@ -608,7 +608,7 @@ int lxc_ipvlan_isolation_to_flag(int *flag, const char *value)
return 0;
}

return -1;
return ret_errno(EINVAL);
}

char *lxc_ipvlan_flag_to_isolation(int flag)
Expand Down

0 comments on commit f271313

Please sign in to comment.