confile_utils: cleanup lxc_ipvlan_flag_to_isolation()

parent f2713131
......@@ -620,7 +620,7 @@ char *lxc_ipvlan_flag_to_isolation(int flag)
return ipvlan_isolation[i].name;
}
return NULL;
return ret_set_errno(NULL, EINVAL);
}
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