X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fprotocol_key.c;h=3cf4ab11a0bd121fb976e2e25dfade630e966f40;hb=08aabbf9317806bc50a9a6693ca866c8936ce26b;hp=0cd840be1822ce49bd0dece3b3adb363f60edb4c;hpb=551cd19406a560d0d206bff5b4e9da064ec222b6;p=meshlink diff --git a/src/protocol_key.c b/src/protocol_key.c index 0cd840be..3cf4ab11 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-2006 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 @@ -248,7 +248,5 @@ bool ans_key_h(connection_t *c, char *request) { if(from->options & OPTION_PMTU_DISCOVERY && !from->mtuprobes) send_mtu_probe(from); - flush_queue(from); - return true; }