[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r35819 - gnunet/src/exit
From: |
gnunet |
Subject: |
[GNUnet-SVN] r35819 - gnunet/src/exit |
Date: |
Tue, 26 May 2015 17:05:18 +0200 |
Author: grothoff
Date: 2015-05-26 17:05:18 +0200 (Tue, 26 May 2015)
New Revision: 35819
Modified:
gnunet/src/exit/gnunet-daemon-exit.c
Log:
-indent
Modified: gnunet/src/exit/gnunet-daemon-exit.c
===================================================================
--- gnunet/src/exit/gnunet-daemon-exit.c 2015-05-26 15:05:07 UTC (rev
35818)
+++ gnunet/src/exit/gnunet-daemon-exit.c 2015-05-26 15:05:18 UTC (rev
35819)
@@ -2038,7 +2038,7 @@
{
char buf[INET6_ADDRSTRLEN];
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Received data from %s for starting TCP stream to %s:%u\n",
+ "Received payload from %s for existing TCP stream to %s:%u\n",
GNUNET_i2s (&state->peer),
inet_ntop (af,
&state->specifics.tcp_udp.ri.remote_address.address,
@@ -3412,7 +3412,9 @@
GNUNET_free (cpy);
}
if (GNUNET_OK ==
- GNUNET_CONFIGURATION_get_value_string (cfg, section, "TCP_REDIRECTS",
+ GNUNET_CONFIGURATION_get_value_string (cfg,
+ section,
+ "TCP_REDIRECTS",
&cpy))
{
add_services (IPPROTO_TCP, cpy, section);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r35819 - gnunet/src/exit,
gnunet <=