]> git.meshlink.io Git - meshlink/blobdiff - src/route.c
Remove global variables.
[meshlink] / src / route.c
index 9255712e22682d06759ec98efc094036240fe60c..4de61026af6def9191309429a86c8457c9de419f 100644 (file)
@@ -25,8 +25,6 @@
 #include "route.h"
 #include "utils.h"
 
-bool decrement_ttl = false;
-
 static bool checklength(node_t *source, vpn_packet_t *packet, uint16_t length) {
        if(packet->len < length) {
                logger(source->mesh, MESHLINK_WARNING, "Got too short packet from %s", source->name);