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

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