aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 7f5ef2a01..99e834096 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -440,6 +440,7 @@ start_fsm (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
440 if (d->hostkey_callback != NULL) 440 if (d->hostkey_callback != NULL)
441 { 441 {
442 d->hostkey_callback (d->hostkey_cls, &d->id, d, NULL); 442 d->hostkey_callback (d->hostkey_cls, &d->id, d, NULL);
443 d->hostkey_callback = NULL;
443 d->phase = SP_HOSTKEY_CREATED; 444 d->phase = SP_HOSTKEY_CREATED;
444 } 445 }
445 else 446 else