aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_http.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-05 21:45:44 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-05 21:45:44 +0000
commitf0963cfb7a694f9a7c7ff28471660242529f00a8 (patch)
tree6499ead93a2f7617aee85c813ac94be1deeb2d1d /src/transport/test_plugin_transport_http.c
parent0abdb8d2c61582e78fe014a51f12abb97f1b6eaf (diff)
downloadgnunet-f0963cfb7a694f9a7c7ff28471660242529f00a8.tar.gz
gnunet-f0963cfb7a694f9a7c7ff28471660242529f00a8.zip
fix
Diffstat (limited to 'src/transport/test_plugin_transport_http.c')
-rw-r--r--src/transport/test_plugin_transport_http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c
index 7da64e295..b1a0077cd 100644
--- a/src/transport/test_plugin_transport_http.c
+++ b/src/transport/test_plugin_transport_http.c
@@ -1159,7 +1159,7 @@ run (void *cls,
1159 { 1159 {
1160 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 1160 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
1161 _("Transport service is lacking key configuration settings. Exiting.\n")); 1161 _("Transport service is lacking key configuration settings. Exiting.\n"));
1162 GNUNET_SCHEDULER_shutdown (s); 1162 GNUNET_SCHEDULER_shutdown ();
1163 fail = 1; 1163 fail = 1;
1164 return; 1164 return;
1165 } 1165 }
@@ -1185,7 +1185,7 @@ run (void *cls,
1185 { 1185 {
1186 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 1186 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
1187 _("Transport service could not access hostkey. Exiting.\n")); 1187 _("Transport service could not access hostkey. Exiting.\n"));
1188 GNUNET_SCHEDULER_shutdown (s); 1188 GNUNET_SCHEDULER_shutdown ();
1189 fail = 1; 1189 fail = 1;
1190 return; 1190 return;
1191 } 1191 }