X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=libavahi-core%2Fcache.c;h=0307b8e58cf18f877af45d2440f046f2aba3d293;hb=eca309458f9521a2e3276dc11a1792d5f2e227e4;hp=c2d680ebc3fc62174b88391a365965d44533f77e;hpb=f93eca3530bef2cc23ffe6c3a04493ad171c2aed;p=catta diff --git a/libavahi-core/cache.c b/libavahi-core/cache.c index c2d680e..0307b8e 100644 --- a/libavahi-core/cache.c +++ b/libavahi-core/cache.c @@ -1,3 +1,28 @@ +/* $Id$ */ + +/*** + This file is part of avahi. + + avahi is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation; either version 2.1 of the + License, or (at your option) any later version. + + avahi is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General + Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with avahi; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA. +***/ + +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include "util.h" @@ -110,8 +135,6 @@ static gpointer lookup_record_callback(AvahiCache *c, AvahiKey *pattern, AvahiCa } AvahiCacheEntry *avahi_cache_lookup_record(AvahiCache *c, AvahiRecord *r) { - AvahiCacheEntry *e; - g_assert(c); g_assert(r); @@ -316,6 +339,9 @@ static void func(gpointer key, gpointer data, gpointer userdata) { AvahiKey *k = key; gchar *t; + g_assert(k); + g_assert(e); + t = avahi_record_to_string(e->record); fprintf((FILE*) userdata, "%s\n", t); g_free(t);