From: Christian Grothoff Date: Wed, 5 Oct 2011 13:38:31 +0000 (+0000) Subject: typo X-Git-Tag: initial-import-from-subversion-38251~16774 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=88324c04c004f83fdcc4f54ce4b21a501a7e0b50;p=oweals%2Fgnunet.git typo --- diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c index 0f23e2b0b..f3e29c743 100644 --- a/src/core/test_core_quota_compliance.c +++ b/src/core/test_core_quota_compliance.c @@ -534,7 +534,7 @@ init_notify (void *cls, struct GNUNET_CORE_Handle *server, "Asking core (1) to connect to peer `%4s'\n", GNUNET_i2s (&p2.id)); #endif - GNUNET_TRANSPORT_try_connect (p1.ch, &p2.id); + GNUNET_TRANSPORT_try_connect (p1.th, &p2.id); } }