Demote all LOG_EMERG to LOG_ERR, spamming all xterms is bad.
[tinc] / src / protocol.c
index 02f2841..90eca01 100644 (file)
@@ -29,6 +29,7 @@
 #include "xalloc.h"
 
 bool tunnelserver = false;
+bool strictsubnets = false;
 
 /* Jumptable for the request handlers */