From d3f3ee16d8adaef681afed67f236e3bb14e7cdc0 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Wed, 21 Oct 2020 13:05:26 +0000
Subject: [PATCH] change artifact name and added penalty for failed connections

---
 slist.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/slist.c b/slist.c
index 45bb3e6..5e799c9 100644
--- a/slist.c
+++ b/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)

--
Gitblit v1.10.0