aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-26 15:05:18 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-26 15:05:18 +0000
commit1719e7dfb2b01cd45268575bd37c024dc0f7f02c (patch)
tree5f4a22941b5128e618fab876448b4a514de058bf
parent072b96e175bff37e13266090f2a27fa71a0c75d7 (diff)
downloadgnunet-1719e7dfb2b01cd45268575bd37c024dc0f7f02c.tar.gz
gnunet-1719e7dfb2b01cd45268575bd37c024dc0f7f02c.zip
-indent
-rw-r--r--src/exit/gnunet-daemon-exit.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index 2a4d12651..88022292c 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -2038,7 +2038,7 @@ receive_tcp_remote (void *cls GNUNET_UNUSED,
2038 { 2038 {
2039 char buf[INET6_ADDRSTRLEN]; 2039 char buf[INET6_ADDRSTRLEN];
2040 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 2040 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2041 "Received data from %s for starting TCP stream to %s:%u\n", 2041 "Received payload from %s for existing TCP stream to %s:%u\n",
2042 GNUNET_i2s (&state->peer), 2042 GNUNET_i2s (&state->peer),
2043 inet_ntop (af, 2043 inet_ntop (af,
2044 &state->specifics.tcp_udp.ri.remote_address.address, 2044 &state->specifics.tcp_udp.ri.remote_address.address,
@@ -3412,7 +3412,9 @@ read_service_conf (void *cls,
3412 GNUNET_free (cpy); 3412 GNUNET_free (cpy);
3413 } 3413 }
3414 if (GNUNET_OK == 3414 if (GNUNET_OK ==
3415 GNUNET_CONFIGURATION_get_value_string (cfg, section, "TCP_REDIRECTS", 3415 GNUNET_CONFIGURATION_get_value_string (cfg,
3416 section,
3417 "TCP_REDIRECTS",
3416 &cpy)) 3418 &cpy))
3417 { 3419 {
3418 add_services (IPPROTO_TCP, cpy, section); 3420 add_services (IPPROTO_TCP, cpy, section);