]> tinc-vpn.org Git - tinc/blobdiff - src/sptps_speed.c
Don't set up an ongoing connection to myself.
[tinc] / src / sptps_speed.c
index ab41e8d5f388b83f3efa89741f593f9b5667b75b..d03246c51d3204ae7fca2a9fcb516db773bdb074 100644 (file)
@@ -33,6 +33,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 send_data(void *handle, uint8_t type, const void *data, size_t len) {