X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsptps_test.c;h=f83307fe5c68cf98f7ffee45a997c06177b205f6;hb=19e0d449ebd06450c9d7f16f032c0806242c7515;hp=38c2c08ee60418b67f1c135cba86e2dfcb4237f5;hpb=11868b890d1a7f4cfbfb37099393b32019010f66;p=tinc diff --git a/src/sptps_test.c b/src/sptps_test.c index 38c2c08e..f83307fe 100644 --- a/src/sptps_test.c +++ b/src/sptps_test.c @@ -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;