aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/hooks/add_notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conftest/hooks/add_notify.c')
-rw-r--r--src/conftest/hooks/add_notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conftest/hooks/add_notify.c b/src/conftest/hooks/add_notify.c
index de46ca81f..a9731960b 100644
--- a/src/conftest/hooks/add_notify.c
+++ b/src/conftest/hooks/add_notify.c
@@ -89,7 +89,7 @@ METHOD(listener_t, message, bool,
{
data = chunk_clone(chunk_create(this->data, strlen(this->data)));
}
- notify = notify_payload_create_from_protocol_and_type(
+ notify = notify_payload_create_from_protocol_and_type(NOTIFY,
this->esp ? PROTO_ESP : PROTO_IKE, type);
notify->set_spi(notify, this->spi);
if (data.len)