]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix type mismatch of virNetDev*NetConfig on non-Linux
authorJán Tomko <jtomko@redhat.com>
Wed, 12 Mar 2014 17:17:39 +0000 (18:17 +0100)
committerJán Tomko <jtomko@redhat.com>
Wed, 12 Mar 2014 17:17:39 +0000 (18:17 +0100)
commitf14c8a6be58f77c8fa38c87744287448251323da
treeea40e5cf4363c3873c592560c0b4e2122ca9744f
parent6225cb3df5a5732868719462f0a602ef11f7fa03
Fix type mismatch of virNetDev*NetConfig on non-Linux

Commit b4bbaee changed char* to const char*, but omitted
the non-Linux version.
src/util/virnetdev.c