* qemud/mdns.c: fix a compilation problem in the switch

daniel
This commit is contained in:
Daniel Veillard 2008-12-22 13:08:13 +00:00
parent 970c143497
commit 5af1e59d2d
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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;