summaryrefslogtreecommitdiff
path: root/src/conftest/hooks/force_cookie.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conftest/hooks/force_cookie.c')
-rw-r--r--src/conftest/hooks/force_cookie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conftest/hooks/force_cookie.c b/src/conftest/hooks/force_cookie.c
index 1b044db14..6be516cf4 100644
--- a/src/conftest/hooks/force_cookie.c
+++ b/src/conftest/hooks/force_cookie.c
@@ -44,7 +44,7 @@ METHOD(listener_t, message, bool,
enumerator = message->create_payload_enumerator(message);
while (enumerator->enumerate(enumerator, &payload))
{
- if (payload->get_type(payload) == NOTIFY)
+ if (payload->get_type(payload) == PLV2_NOTIFY)
{
notify_payload_t *notify = (notify_payload_t*)payload;
chunk_t data;