From b05f920bfa907476b618a24bd78487db8873d2a1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 21 Jul 2010 20:48:40 +0000 Subject: add code to enable checking if transport's idea of our peer identity matches that of core, etc -- might help diagnose certain bugs --- src/core/test_core_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/test_core_api.c') diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c index ad82d0a1d..b04430eea 100644 --- a/src/core/test_core_api.c +++ b/src/core/test_core_api.c @@ -297,7 +297,7 @@ setup_peer (struct PeerContext *p, const char *cfgname) "-c", cfgname, NULL); #endif GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); - p->th = GNUNET_TRANSPORT_connect (sched, p->cfg, p, NULL, NULL, NULL); + p->th = GNUNET_TRANSPORT_connect (sched, p->cfg, NULL, p, NULL, NULL, NULL); GNUNET_assert (p->th != NULL); GNUNET_TRANSPORT_get_hello (p->th, &process_hello, p); } -- cgit v1.2.3