Don't write log messages to the umbilical pipe if we don't detach.
[tinc] / src / sptps_test.c
index 38c2c08..f83307f 100644 (file)
@@ -35,6 +35,7 @@ bool send_request(void *c, const char *msg, ...) { return false; }
 struct list_t *connection_list = NULL;
 bool send_meta(void *c, const char *msg , int len) { return false; }
 char *logfilename = NULL;
+bool do_detach = false;
 struct timeval now;
 
 static bool verbose;