mirror of https://github.com/Chizi123/dnscomp.git

Joel Grunbaum
2020-10-21 dc4a93b34ab91ee67dde95fe8c251009db51c5c9
slist.c
@@ -99,7 +99,6 @@
struct dns_list *merge(struct dns_list *a, struct dns_list *b)
{
   struct dns_list *out = NULL;
   int comp;
   if (!a)
      return b;
   if (!b)