confile_utils: cleanup lxc_ipvlan_flag_to_isolation()

parent a4386041
...@@ -605,7 +605,7 @@ char *lxc_ipvlan_flag_to_isolation(int flag) ...@@ -605,7 +605,7 @@ char *lxc_ipvlan_flag_to_isolation(int flag)
return ipvlan_isolation[i].name; return ipvlan_isolation[i].name;
} }
return NULL; return ret_set_errno(NULL, EINVAL);
} }
int set_config_string_item(char **conf_item, const char *value) int set_config_string_item(char **conf_item, const char *value)
......
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