mirror of https://gitee.com/openkylin/libvirt.git
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;
|
||||
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");
|
||||
|
||||
VIR_FORCE_CLOSE(s);
|
||||
|
|
Loading…
Reference in New Issue