confile_utils: cleanup lxc_veth_mode_to_flag()

parent 981a10ed
...@@ -490,7 +490,7 @@ int lxc_veth_mode_to_flag(int *mode, const char *value) ...@@ -490,7 +490,7 @@ int lxc_veth_mode_to_flag(int *mode, const char *value)
return 0; return 0;
} }
return ret_set_errno(-1, EINVAL); return ret_errno(EINVAL);
} }
char *lxc_veth_flag_to_mode(int mode) char *lxc_veth_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