X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fmeta.c;h=21400f298ab15e1ae83db3115f852e1f910f509d;hb=242c4e2ca67d0b5c78dfe6e68a5ddcd27be1de99;hp=a56f46187ac9f30687aaa4b71af82ad0285b1a19;hpb=4c85542894f7fca823b119b05e07179deb24229a;p=tinc diff --git a/src/meta.c b/src/meta.c index a56f4618..21400f29 100644 --- a/src/meta.c +++ b/src/meta.c @@ -2,6 +2,7 @@ meta.c -- handle the meta communication Copyright (C) 2000-2009 Guus Sliepen , 2000-2005 Ivo Timmermans + 2006 Scott Lamb This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -224,7 +225,5 @@ bool receive_meta(connection_t *c) { return false; } - c->last_ping_time = now; - return true; }