diff options
Diffstat (limited to 'src/revocation')
-rw-r--r-- | src/revocation/test_revocation.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/revocation/test_revocation.c b/src/revocation/test_revocation.c index f193d5f6c..1c2efa60f 100644 --- a/src/revocation/test_revocation.c +++ b/src/revocation/test_revocation.c @@ -237,10 +237,12 @@ identity_completion_cb (void *cls, fprintf (stderr, "All peers connected @ IDENTITY ...\n"); testpeers[0].create_id_op = GNUNET_IDENTITY_create (testpeers[0].idh, "client", + NULL, &identity_create_cb, &testpeers[0]); testpeers[1].create_id_op = GNUNET_IDENTITY_create (testpeers[1].idh, "toberevoked", + NULL, &identity_create_cb, &testpeers[1]); } |