]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix bogus cast to (int) in virNetServerMDNSTimeoutNew
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 18 Jul 2012 15:29:19 +0000 (16:29 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 18 Jul 2012 15:31:31 +0000 (16:31 +0100)
commit8a89c080698d545f3f2d06d1fa4d8c1af9684942
tree62eec43f4dffa2bacfb4e951b2565311a626dbc3
parent605df4f4d9f1878566f0a01ef32a33de2d34175f
Fix bogus cast to (int) in virNetServerMDNSTimeoutNew

The virNetServerMDNSTimeoutNew method was casting a long long
to an int when reporting errors. This should just be using
%lld instead of %d, avoiding the need to cast

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