aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-18 15:55:33 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-18 15:55:33 +0000
commitab728fdf2db6f2b8cef37d0c6add760c88acd526 (patch)
treedd99c7d6414d5fab4b968404f207790978102139 /src/testing
parent6d91f133149ea81040340e8853d7d6e94e57947c (diff)
downloadgnunet-ab728fdf2db6f2b8cef37d0c6add760c88acd526.tar.gz
gnunet-ab728fdf2db6f2b8cef37d0c6add760c88acd526.zip
cleanup
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_group.c2
1 files changed, 1 insertions, 1 deletions
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_
489 return GNUNET_NO; 489 return GNUNET_NO;
490 while (NULL != topology_option_strings[curr]) 490 while (NULL != topology_option_strings[curr])
491 { 491 {
492 if (strcmp(GNUNET_TESTING_TopologyOptionStrings[curr], topology_string) == 0) 492 if (strcmp(topology_option_strings[curr], topology_string) == 0)
493 { 493 {
494 *topology_option = curr; 494 *topology_option = curr;
495 return GNUNET_YES; 495 return GNUNET_YES;