From 7ae3bcd234e062c28f66db9758f61af401d0a707 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 9 Jun 2012 14:53:44 +0000 Subject: -simplifying core API (#2400) --- src/core/test_core_api_send_to_self.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/test_core_api_send_to_self.c') diff --git a/src/core/test_core_api_send_to_self.c b/src/core/test_core_api_send_to_self.c index b1340dcfb..3827cdb77 100644 --- a/src/core/test_core_api_send_to_self.c +++ b/src/core/test_core_api_send_to_self.c @@ -182,7 +182,7 @@ run (void *cls, char *const *args, const char *cfgfile, "test_core_api_peer1.conf")); core = - GNUNET_CORE_connect (core_cfg, 42, NULL, &init, &connect_cb, NULL, NULL, + GNUNET_CORE_connect (core_cfg, NULL, &init, &connect_cb, NULL, NULL, 0, NULL, 0, handlers); die_task = -- cgit v1.2.3