summaryrefslogtreecommitdiffstats
path: root/avahi-core/browse.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-12 21:12:34 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-12 21:12:34 +0000
commit6450037a4fe756861c0149834996a896f5423761 (patch)
tree06b2d08063e1a1e1689329385701bc3ed51fea1a /avahi-core/browse.c
parent7284ae273629e948d4aaef6d05047b31de5885ef (diff)
remove macosx compiler warning
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@744 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/browse.c')
-rw-r--r--avahi-core/browse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/browse.c b/avahi-core/browse.c
index a133c62..639a7cb 100644
--- a/avahi-core/browse.c
+++ b/avahi-core/browse.c
@@ -408,7 +408,7 @@ static void lookup_handle_cname(AvahiSRBLookup *l, AvahiIfIndex interface, Avahi
static void lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r) {
AvahiKey *k;
- AvahiSRBLookup *n;
+ AvahiSRBLookup *n = NULL;
AvahiRList *rl;
assert(r->key->clazz == AVAHI_DNS_CLASS_IN);