From: Sree Harsha Totakura Date: Wed, 15 May 2013 10:05:19 +0000 (+0000) Subject: - fix compile X-Git-Tag: initial-import-from-subversion-38251~9039 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6625c27a83831b61a80683f4385b6a90b9a45b31;p=oweals%2Fgnunet.git - fix compile --- diff --git a/src/testbed/testbed_api_testbed.c b/src/testbed/testbed_api_testbed.c index c4cfe59b1..ccef18a4b 100644 --- a/src/testbed/testbed_api_testbed.c +++ b/src/testbed/testbed_api_testbed.c @@ -1346,7 +1346,9 @@ host_habitable_cb (void *cls, const struct GNUNET_TESTBED_Host *host, GNUNET_free (rc->hosts); rc->hosts = NULL; } +#if ENABLE_LL parse_islands (rc); +#endif GNUNET_OS_network_interfaces_list (netint_proc, rc); if (NULL == rc->trusted_ip) rc->trusted_ip = GNUNET_strdup ("127.0.0.1");