Invoke bus_t.message hook twice, once plain and parsed, once encoded and encrypted
This commit is contained in:
@@ -32,9 +32,9 @@ struct private_log_ke_t {
|
||||
|
||||
METHOD(listener_t, message, bool,
|
||||
private_log_ke_t *this, ike_sa_t *ike_sa, message_t *message,
|
||||
bool incoming)
|
||||
bool incoming, bool plain)
|
||||
{
|
||||
if (incoming)
|
||||
if (incoming && plain)
|
||||
{
|
||||
enumerator_t *enumerator;
|
||||
payload_t *payload;
|
||||
|
||||
Reference in New Issue
Block a user