- fix compile
authorSree Harsha Totakura <totakura@in.tum.de>
Wed, 15 May 2013 10:05:19 +0000 (10:05 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Wed, 15 May 2013 10:05:19 +0000 (10:05 +0000)
src/testbed/testbed_api_testbed.c

index c4cfe59b114da6f0d3ab77f5cf616eab82689531..ccef18a4b8a2bc5b22562ffa47051fa0f7adcec5 100644 (file)
@@ -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");