X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=cache.c;h=9addc3c75b008ab9429b7b7097a0de791a67c29a;hp=c49b0fda38033eaf4adaaa900831cdecdc9daede;hb=571cc214415f40ea52a98eed6b450b74be69c6f9;hpb=df298a725d5ef2c1aa5591775b316d0afecbf713 diff --git a/cache.c b/cache.c index c49b0fd..9addc3c 100644 --- a/cache.c +++ b/cache.c @@ -42,7 +42,7 @@ #include "interface.h" static struct uloop_timeout cache_gc; -struct avl_tree records, entries, hosts; +struct avl_tree records, entries; static void cache_record_free(struct cache_record *r)