Don't try to handle incoming data if sptps_start() has not been called yet.
[tinc] / src / control.h
index 91708fc..ce8145a 100644 (file)
@@ -22,5 +22,6 @@
 
 extern bool init_control();
 extern void exit_control();
+extern char controlcookie[];
 
 #endif