X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Froute.c;h=4de61026af6def9191309429a86c8457c9de419f;hb=bcd1979454cd14087394f0c0a983205f6fbfcaf4;hp=9255712e22682d06759ec98efc094036240fe60c;hpb=282b99f3c71705bd6e34d4e4f9e8369ea63c87ed;p=meshlink diff --git a/src/route.c b/src/route.c index 9255712e..4de61026 100644 --- a/src/route.c +++ b/src/route.c @@ -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);