topology option support for GNUNET_TESTBED_run() via configuration
[oweals/gnunet.git] / src / testbed / test_testbed_api_hosts.c
index e5b529ad82a151f69a3f9118cf48cd11c1867e81..12f0b61c742b9754d94e0c112ecb20dd57114cc0 100644 (file)
@@ -102,7 +102,7 @@ run (void *cls, char *const *args, const char *cfgfile,
                                                     &hosts);
   GNUNET_assert (15 == num_hosts);
   GNUNET_assert (NULL != hosts);
-  result = GNUNET_YES;
+  status = GNUNET_YES;
   shutdown_id =
       GNUNET_SCHEDULER_add_delayed (TIME_REL_SECS (2), &do_shutdown, NULL);
 }