artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74214e5
)
the caller of ikev2_msg_retransmit_response already frees the sa; ok mikeb
author
markus
<markus@openbsd.org>
Mon, 5 May 2014 16:14:37 +0000
(16:14 +0000)
committer
markus
<markus@openbsd.org>
Mon, 5 May 2014 16:14:37 +0000
(16:14 +0000)
sbin/iked/ikev2_msg.c
patch
|
blob
|
history
diff --git
a/sbin/iked/ikev2_msg.c
b/sbin/iked/ikev2_msg.c
index
0cb3689
..
29f609d
100644
(file)
--- a/
sbin/iked/ikev2_msg.c
+++ b/
sbin/iked/ikev2_msg.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ikev2_msg.c,v 1.3
2 2014/04/29 11:51:13
markus Exp $ */
+/* $OpenBSD: ikev2_msg.c,v 1.3
3 2014/05/05 16:14:37
markus Exp $ */
/*
* Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org>
@@
-946,7
+946,6
@@
ikev2_msg_retransmit_response(struct iked *env, struct iked_sa *sa,
ibuf_size(msg->msg_data), 0, (struct sockaddr *)&msg->msg_peer,
msg->msg_peerlen)) == -1) {
log_warn("%s: sendto", __func__);
- sa_free(env, sa);
return (-1);
}