]> git.ipfire.org Git - thirdparty/libvirt.git/commit
mdns: Set error when failing due to missing avahi
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 4 Jun 2015 15:34:42 +0000 (17:34 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 5 Jun 2015 11:41:35 +0000 (13:41 +0200)
commit9cb18291af30d63f230bb74a750db8338f5790c2
tree155600a23ef82ebaaec71bbcc111418b509bb792
parent94a1579b0a4853d9f16ffd6edfdfce555b9586b4
mdns: Set error when failing due to missing avahi

When building without avahi support, we used VIR_DEBUG() to note that to
the user.  However, functions that fail because of that (return NULL/-1)
did not set the error message.  This was the only file that forgot to do
such thing.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/rpc/virnetservermdns.c