strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b65d7f8
)
Invoke missing message() hook for incoming responses
author
Martin Willi
<martin@strongswan.org>
Wed, 17 Feb 2010 17:22:31 +0000
(18:22 +0100)
committer
Martin Willi
<martin@strongswan.org>
Wed, 17 Feb 2010 17:23:14 +0000
(18:23 +0100)
src/charon/sa/task_manager.c
patch
|
blob
|
history
diff --git
a/src/charon/sa/task_manager.c
b/src/charon/sa/task_manager.c
index
1de0c06
..
2432ce7
100644
(file)
--- a/
src/charon/sa/task_manager.c
+++ b/
src/charon/sa/task_manager.c
@@
-926,6
+926,7
@@
static status_t process_message(private_task_manager_t *this, message_t *msg)
{
if (mid == this->initiating.mid)
{
+ charon->bus->message(charon->bus, msg, TRUE);
if (process_response(this, msg) != SUCCESS)
{
flush(this);