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

Joel Grunbaum
2022-05-23 8f0d56bfe43787ae3c2908e2e7859ae1a58f04fa
slist.h
@@ -8,7 +8,7 @@
struct dns_list {
   char* server;
   struct timespec time;
    int errors;
   int errors;
   struct dns_list* next;
};