aboutsummaryrefslogtreecommitdiff
path: root/src/identity/test_identity_defaults.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/test_identity_defaults.c')
-rw-r--r--src/identity/test_identity_defaults.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/identity/test_identity_defaults.c b/src/identity/test_identity_defaults.c
index f525bb6c7..980f4abd2 100644
--- a/src/identity/test_identity_defaults.c
+++ b/src/identity/test_identity_defaults.c
@@ -213,6 +213,8 @@ notification_cb (void *cls,
213{ 213{
214 if (NULL == ego) 214 if (NULL == ego)
215 return; /* skip first call */ 215 return; /* skip first call */
216 if (NULL == identifier)
217 return; /* deletion / shutdown */
216 op = GNUNET_IDENTITY_set (h, 218 op = GNUNET_IDENTITY_set (h,
217 "test-service", 219 "test-service",
218 ego, 220 ego,