projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0c1696
)
Send REQ_KEY only once until ANS_KEY has arrived.
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 25 Mar 2002 15:51:58 +0000
(15:51 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 25 Mar 2002 15:51:58 +0000
(15:51 +0000)
src/net_packet.c
patch
|
blob
|
history
diff --git
a/src/net_packet.c
b/src/net_packet.c
index
dcdd73c
..
7216fb5
100644
(file)
--- a/
src/net_packet.c
+++ b/
src/net_packet.c
@@
-17,7
+17,7
@@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: net_packet.c,v 1.1.2.1
1 2002/03/18 22:47:20
guus Exp $
+ $Id: net_packet.c,v 1.1.2.1
2 2002/03/25 15:51:58
guus Exp $
*/
#include "config.h"
@@
-215,6
+215,8
@@
cp
if(!n->status.waitingforkey)
send_req_key(n->nexthop->connection, myself, n);
+ n->status.waitingforkey = 1;
+
return;
}