aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-17 17:42:41 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-17 17:42:41 +0000
commit85fceba1176722c570ce0542daf91d46b6706541 (patch)
tree668052d3c1d3cf214397d9dcc490a6b931248c0a /src
parent330a9dba56b218558fd15d941d70dc871192d16d (diff)
downloadgnunet-85fceba1176722c570ce0542daf91d46b6706541.tar.gz
gnunet-85fceba1176722c570ce0542daf91d46b6706541.zip
-formatting
Diffstat (limited to 'src')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_learning.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
index 66e9b5c49..647b5983e 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
@@ -358,7 +358,7 @@ ad_arrive_handler (void *cls, const struct GNUNET_PeerIdentity *peer,
358 } 358 }
359 else 359 else
360 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 360 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
361 "Expected URI `%s' and recieved URI `%s' differ\n", 361 "Expected URI `%s' and received URI `%s' differ\n",
362 expected_uri, current_adv_uri); 362 expected_uri, current_adv_uri);
363 GNUNET_free (expected_uri); 363 GNUNET_free (expected_uri);
364 GNUNET_free_non_null (hostname); 364 GNUNET_free_non_null (hostname);
@@ -421,8 +421,8 @@ setup_adv_peer (struct PeerContext *p, const char *cfgname)
421 p->cfg = GNUNET_CONFIGURATION_create (); 421 p->cfg = GNUNET_CONFIGURATION_create ();
422 p->arm_proc = 422 p->arm_proc =
423 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, NULL, NULL, binary, 423 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, NULL, NULL, binary,
424 "gnunet-service-arm", 424 "gnunet-service-arm",
425 "-c", cfgname, NULL); 425 "-c", cfgname, NULL);
426 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); 426 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
427 p->stats = GNUNET_STATISTICS_create ("hostlist", p->cfg); 427 p->stats = GNUNET_STATISTICS_create ("hostlist", p->cfg);
428 GNUNET_assert (NULL != p->stats); 428 GNUNET_assert (NULL != p->stats);
@@ -534,4 +534,4 @@ main (int argc, char *argv[])
534 return ret; 534 return ret;
535} 535}
536 536
537/* end of test_gnunet_daemon_hostlist.c */ 537/* end of test_gnunet_daemon_hostlist_learning.c */