]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix signature of dummy virNetlinkCommand stub
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 15 Apr 2013 15:59:36 +0000 (16:59 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 15 Apr 2013 16:35:30 +0000 (17:35 +0100)
commit3f85de52925111b0b015080b49138dba8919862f
tree1d8449f50b44690f0ec5d6ab05d01dba1a682ad4
parentfd856af62b5fc2086706fd3941f1842de1ddb6a0
Fix signature of dummy virNetlinkCommand stub

The second param of virNetlinkCommand should be
struct nlmsghdr, not unsigned char.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/virnetlink.c