]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Fix "incoming" flag passed to bus_t.message() hook
authorMartin Willi <martin@revosec.ch>
Mon, 16 Jan 2012 14:31:53 +0000 (15:31 +0100)
committerMartin Willi <martin@revosec.ch>
Tue, 20 Mar 2012 16:31:36 +0000 (17:31 +0100)
src/libcharon/sa/ikev1/task_manager_v1.c

index 30a5c3105cebe16bd0c6322dfef5ffb5a9ad3665..5695b4e3e6db03ec1e29276292c636937b68dc7a 100755 (executable)
@@ -1053,7 +1053,7 @@ METHOD(task_manager_t, process_message, status_t,
                this->ike_sa->set_statistic(this->ike_sa, STAT_INBOUND,
                                                                        time_monotonic(NULL));
                this->ike_sa->update_hosts(this->ike_sa, me, other, TRUE);
-               charon->bus->message(charon->bus, msg, FALSE);
+               charon->bus->message(charon->bus, msg, TRUE);
                if (process_response(this, msg) != SUCCESS)
                {
                        flush(this);