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

Joel Grunbaum
2022-06-01 95dada12eb1c7c6d52a52b89e4bf1a56b95d692a
slist.h
@@ -8,7 +8,7 @@
struct dns_list {
   char* server;
   struct timespec time;
    int errors;
   int errors;
   struct dns_list* next;
};