From ab728fdf2db6f2b8cef37d0c6add760c88acd526 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 18 Jun 2010 15:55:33 +0000 Subject: [PATCH] cleanup --- src/testing/testing_group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c index a54d7f2b6..b304047ba 100644 --- a/src/testing/testing_group.c +++ b/src/testing/testing_group.c @@ -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; -- 2.25.1