X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_key.c;h=ab73275f7ffd48b0146758c93dc09ab629a6ccb4;hp=cc927ba5882456628f7a55f07ff61d60aa5d7851;hb=67df7fb7e1c9eefe4bbc920fdc68b595ef28abd9;hpb=4a1740ede7c1992f7f3da5e197db9975c0344ac3 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; }