Merge branch 'master' into rewrite_of_cadet_test
[oweals/gnunet.git] / src / identity / test_identity.c
index aaa435d4f835e974906b7b378a11c1004e231e7b..37eeab2382ced070e5055dbafa9d5448fb45fda6 100644 (file)
@@ -279,7 +279,7 @@ run (void *cls,
   GNUNET_SCHEDULER_add_shutdown (&cleanup, NULL);
   h = GNUNET_IDENTITY_connect (cfg, &notification_cb, NULL);
   CHECK (NULL != h);
-  op = GNUNET_IDENTITY_create (h, "test-id", &create_cb, NULL);
+  op = GNUNET_IDENTITY_create (h, "test-id", NULL, &create_cb, NULL);
 }