X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_key.c;h=06c6d3364702bee9f5a21a5edce5aae64618e82e;hp=f0fe316b2f65f5496b7acf829f6a25a9b5682e98;hb=78fc59e994c764d072bf0045177f690a378d1308;hpb=e9576632dc4b780b867044269d06cc50f76d8c05 diff --git a/src/protocol_key.c b/src/protocol_key.c index f0fe316b..06c6d336 100644 --- a/src/protocol_key.c +++ b/src/protocol_key.c @@ -1,7 +1,7 @@ /* protocol_key.c -- handle the meta-protocol, key exchange Copyright (C) 1999-2005 Ivo Timmermans, - 2000-2008 Guus Sliepen + 2000-2009 Guus Sliepen 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 @@ -283,7 +283,5 @@ bool ans_key_h(connection_t *c) if(from->options & OPTION_PMTU_DISCOVERY && !from->mtuprobes) send_mtu_probe(from); - flush_queue(from); - return true; }