aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-daemon-exit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index 82242c78c..9479ef1ad 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -1936,7 +1936,8 @@ receive_tcp_service (void *cls,
1936 * #GNUNET_SYSERR to close it (signal serious error) 1936 * #GNUNET_SYSERR to close it (signal serious error)
1937 */ 1937 */
1938static int 1938static int
1939receive_tcp_remote (void *cls GNUNET_UNUSED, struct GNUNET_CADET_Channel *channel, 1939receive_tcp_remote (void *cls GNUNET_UNUSED,
1940 struct GNUNET_CADET_Channel *channel,
1940 void **channel_ctx GNUNET_UNUSED, 1941 void **channel_ctx GNUNET_UNUSED,
1941 const struct GNUNET_MessageHeader *message) 1942 const struct GNUNET_MessageHeader *message)
1942{ 1943{