mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 06:25:19 +00:00
util: Fix build on FreeBSD
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
29f7b5ea6a
commit
9bca66530b
@ -316,7 +316,7 @@ virNetDevSetMACInternal(const char *ifname,
|
|||||||
|
|
||||||
ret = 0;
|
ret = 0;
|
||||||
cleanup:
|
cleanup:
|
||||||
VIR_DEBUG("SIOCSIFLLADDR %s MAC=%s - %s", ifname, mac + 1),
|
VIR_DEBUG("SIOCSIFLLADDR %s MAC=%s - %s", ifname, mac + 1,
|
||||||
ret < 0 ? "Fail" : "Success");
|
ret < 0 ? "Fail" : "Success");
|
||||||
|
|
||||||
VIR_FORCE_CLOSE(s);
|
VIR_FORCE_CLOSE(s);
|
||||||
|
Loading…
Reference in New Issue
Block a user