mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
* qemud/mdns.c: fix a compilation problem in the switch
daniel
This commit is contained in:
parent
970c143497
commit
5af1e59d2d
@ -1,3 +1,7 @@
|
||||
Mon Dec 22 14:07:29 CET 2008 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* qemud/mdns.c: fix a compilation problem in the switch
|
||||
|
||||
Mon Dec 22 13:56:13 CET 2008 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* qemud/libvirtd.aug qemud/libvirtd.conf: document the new
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include "remote_internal.h"
|
||||
#include "memory.h"
|
||||
|
||||
#define AVAHI_DEBUG(fmt, ...) VIR_DEBUG("avahi", fmt, __VA_ARGS__)
|
||||
#define AVAHI_DEBUG(fmt, ...) DEBUG(fmt, __VA_ARGS__)
|
||||
|
||||
struct libvirtd_mdns_entry {
|
||||
char *type;
|
||||
|
Loading…
Reference in New Issue
Block a user