artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b20819c
)
send the delete with the locally allocated SPI in ikev2_init_create_child_sa()
author
markus
<markus@openbsd.org>
Tue, 6 May 2014 08:17:58 +0000
(08:17 +0000)
committer
markus
<markus@openbsd.org>
Tue, 6 May 2014 08:17:58 +0000
(08:17 +0000)
sbin/iked/ikev2.c
patch
|
blob
|
history
diff --git
a/sbin/iked/ikev2.c
b/sbin/iked/ikev2.c
index
fd8285a
..
0d1774e
100644
(file)
--- a/
sbin/iked/ikev2.c
+++ b/
sbin/iked/ikev2.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ikev2.c,v 1.10
4 2014/05/06 07:24:37
markus Exp $ */
+/* $OpenBSD: ikev2.c,v 1.10
5 2014/05/06 08:17:58
markus Exp $ */
/*
* Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org>
@@
-2611,7
+2611,7
@@
ikev2_init_create_child_sa(struct iked *env, struct iked_message *msg)
del->del_spisize = sizeof(spi32);
del->del_nspi = htobe16(1);
- spi32 = htobe32(csa->csa_
peer
spi);
+ spi32 = htobe32(csa->csa_
spi.
spi);
if (ibuf_add(buf, &spi32, sizeof(spi32)))
goto done;