fix memleak
[oweals/gnunet.git] / src / testbed / testbed_api_testbed.c
index a0a0b573cde935db6845cebb7bc34be86dc2c30f..9ec47891e410cdb333c93dc406387ea3dfaad5ed 100644 (file)
@@ -629,7 +629,7 @@ GNUNET_TESTBED_run (const char *host_filename,
                                                           "OVERLAY_TOPOLOGY",
                                                           &topology))
   {
-    if (0 == strcmp (topology, "RANDOM"))
+    if (0 == strcasecmp (topology, "RANDOM"))
     {      
       rc->topology = GNUNET_TESTBED_TOPOLOGY_ERDOS_RENYI;
       if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_number (cfg, "testbed",