cleanup
authorChristian Grothoff <christian@grothoff.org>
Fri, 18 Jun 2010 15:55:33 +0000 (15:55 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 18 Jun 2010 15:55:33 +0000 (15:55 +0000)
src/testing/testing_group.c

index a54d7f2b6631f995369152746744a113977d17fc..b304047baad9b3eac3a6bedce31027bfadb04b42 100644 (file)
@@ -489,7 +489,7 @@ GNUNET_TESTING_topology_option_get(enum GNUNET_TESTING_TopologyOption *topology_
     return GNUNET_NO;
   while (NULL != topology_option_strings[curr])
     {
-      if (strcmp(GNUNET_TESTING_TopologyOptionStrings[curr], topology_string) == 0)
+      if (strcmp(topology_option_strings[curr], topology_string) == 0)
        {
          *topology_option = curr;
          return GNUNET_YES;