confile_utils: cleanup lxc_ipvlan_mode_to_flag()

parent 9e79132b
...@@ -559,7 +559,7 @@ int lxc_ipvlan_mode_to_flag(int *mode, const char *value) ...@@ -559,7 +559,7 @@ int lxc_ipvlan_mode_to_flag(int *mode, const char *value)
return 0; return 0;
} }
return -1; return ret_errno(EINVAL);
} }
char *lxc_ipvlan_flag_to_mode(int mode) char *lxc_ipvlan_flag_to_mode(int mode)
......
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