]> www.tinc-vpn.org Git - tinc/blobdiff - src/sptps_test.c
Don't write log messages to the umbilical pipe if we don't detach.
[tinc] / src / sptps_test.c
index 38c2c08ee60418b67f1c135cba86e2dfcb4237f5..f83307fe5c68cf98f7ffee45a997c06177b205f6 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;