aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_servicestartup.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-06-20 14:43:29 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-06-20 14:43:29 +0000
commita2cd9dd7848a038d7006c4766ced886c9538c956 (patch)
treea5fd16d25f2e84e2539b9c50876be0bd8a5c8335 /src/testing/test_testing_servicestartup.c
parent7a35bd8a7522bb9166430d9967382cc1082d23ac (diff)
downloadgnunet-a2cd9dd7848a038d7006c4766ced886c9538c956.tar.gz
gnunet-a2cd9dd7848a038d7006c4766ced886c9538c956.zip
-fixing #2442
Diffstat (limited to 'src/testing/test_testing_servicestartup.c')
-rw-r--r--src/testing/test_testing_servicestartup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/test_testing_servicestartup.c b/src/testing/test_testing_servicestartup.c
index 236e84789..0a69892b6 100644
--- a/src/testing/test_testing_servicestartup.c
+++ b/src/testing/test_testing_servicestartup.c
@@ -45,7 +45,8 @@ static int test_success;
45 * @param cfg the configuration with which the current testing service is run 45 * @param cfg the configuration with which the current testing service is run
46 */ 46 */
47static void 47static void
48test_run (void *cls, const struct GNUNET_CONFIGURATION_Handle *cfg) 48test_run (void *cls, const struct GNUNET_CONFIGURATION_Handle *cfg,
49 struct GNUNET_TESTING_Peer *peer)
49{ 50{
50 GNUNET_assert (NULL == cls); 51 GNUNET_assert (NULL == cls);
51 GNUNET_assert (NULL != cfg); 52 GNUNET_assert (NULL != cfg);