confile_utils: cleanup lxc_ipvlan_isolation_to_flag()

parent 11e5a00f
......@@ -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)
......
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