diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-27 00:48:22 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-27 00:48:22 +0000 |
commit | c5355883f033c52fa97b73febb89e80adf21cbbd (patch) | |
tree | c8543628afe06e7d3cc1c6e8d95b914bca75fa23 /sbin/isakmpd/exchange.c | |
parent | e124911f2077dbdfebb2ca7148eca54d747a3675 (diff) |
Keep track of the ACQUIRE sequence number, and pass it to the kernel
along with the ADD message.
Diffstat (limited to 'sbin/isakmpd/exchange.c')
-rw-r--r-- | sbin/isakmpd/exchange.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/isakmpd/exchange.c b/sbin/isakmpd/exchange.c index 14534d05b0a..8e1a9727446 100644 --- a/sbin/isakmpd/exchange.c +++ b/sbin/isakmpd/exchange.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exchange.c,v 1.50 2001/06/05 10:14:56 angelos Exp $ */ +/* $OpenBSD: exchange.c,v 1.51 2001/06/27 00:48:21 angelos Exp $ */ /* $EOM: exchange.c,v 1.143 2000/12/04 00:02:25 angelos Exp $ */ /* @@ -1339,6 +1339,7 @@ exchange_finalize (struct message *msg) } } + sa->seq = exchange->seq; sa->exch_type = exchange->type; } |