]> xenbits.xensource.com Git - libvirt.git/commit
network: use proper arg type when calling virNetDevSetOnline()
authorLaine Stump <laine@redhat.com>
Wed, 24 Jun 2020 17:12:56 +0000 (13:12 -0400)
committerLaine Stump <laine@redhat.com>
Sun, 5 Jul 2020 03:54:28 +0000 (23:54 -0400)
commitab9fd53823483975adb0cb7d46e03f647c7f3b57
tree0683132b04878c3eac80678b2e12191b88495867
parente95dd7aacd814c5b7d109252f0b68b2ac9cebb9b
network: use proper arg type when calling virNetDevSetOnline()

The 2nd arg to this function is a bool, not an int.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/network/bridge_driver.c