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 4ae7c2db7..00833265f 100644
--- a/src/conftest/hooks/add_notify.c
+++ b/src/conftest/hooks/add_notify.c
@@ -85,7 +85,7 @@ METHOD(listener_t, message, bool,
data = chunk_skip(chunk_create(this->data, strlen(this->data)), 2);
data = chunk_from_hex(data, NULL);
}
- else if (data.len)
+ else if (this->data && strlen(this->data))
{
data = chunk_clone(chunk_create(this->data, strlen(this->data)));
}