aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-25 13:17:43 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-25 13:17:43 +0000
commitff9dca51fb5bf1c513ee2241307f30a909bee9a1 (patch)
treee45a4cf98d9230c93e4af5d3d77109dd115c9e09 /src/exit
parent24dfcbf8adcfe9b2d7b03cb5510763780325e587 (diff)
downloadgnunet-ff9dca51fb5bf1c513ee2241307f30a909bee9a1.tar.gz
gnunet-ff9dca51fb5bf1c513ee2241307f30a909bee9a1.zip
-fix channel initialization with regex involvment
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{