confile_utils: cleanup lxc_ipvlan_isolation_to_flag()

parent 9d64e329
......@@ -593,7 +593,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