From 95dada12eb1c7c6d52a52b89e4bf1a56b95d692a Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Wed, 01 Jun 2022 04:52:13 +0000
Subject: [PATCH] checks for server conductibility if user is root

---
 slist.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/slist.h b/slist.h
index 0d0c89a..38224d1 100644
--- a/slist.h
+++ b/slist.h
@@ -8,7 +8,7 @@
 struct dns_list {
 	char* server;
 	struct timespec time;
-    int errors;
+	int errors;
 	struct dns_list* next;
 };
 

--
Gitblit v1.10.0