Invoke bus_t.message hook twice, once plain and parsed, once encoded and encrypted
This commit is contained in:
@@ -62,9 +62,9 @@ struct private_add_payload_t {
|
||||
|
||||
METHOD(listener_t, message, bool,
|
||||
private_add_payload_t *this, ike_sa_t *ike_sa, message_t *message,
|
||||
bool incoming)
|
||||
bool incoming, bool plain)
|
||||
{
|
||||
if (!incoming &&
|
||||
if (!incoming && plain &&
|
||||
message->get_request(message) == this->req &&
|
||||
message->get_message_id(message) == this->id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user