X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol_key.c;h=ab73275f7ffd48b0146758c93dc09ab629a6ccb4;hb=0d0dfd0852e9b2c9a7660880966a3c84790d5ea2;hp=cc927ba5882456628f7a55f07ff61d60aa5d7851;hpb=4a1740ede7c1992f7f3da5e197db9975c0344ac3;p=tinc diff --git a/src/protocol_key.c b/src/protocol_key.c index cc927ba5..ab73275f 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-2008 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; }