aboutsummaryrefslogtreecommitdiff
path: root/src/stream/stream_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/stream_api.c')
-rw-r--r--src/stream/stream_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stream/stream_api.c b/src/stream/stream_api.c
index f8222ff40..56dbdc478 100644
--- a/src/stream/stream_api.c
+++ b/src/stream/stream_api.c
@@ -2480,10 +2480,10 @@ GNUNET_STREAM_listen (const struct GNUNET_CONFIGURATION_Handle *cfg,
2480/** 2480/**
2481 * Closes the listen socket 2481 * Closes the listen socket
2482 * 2482 *
2483 * @param lsocket the listen socket 2483 * @param socket the listen socket
2484 */ 2484 */
2485void 2485void
2486GNUNET_STREAM_listen_close (struct GNUNET_STREAM_ListenSocket *lsocket) 2486GNUNET_STREAM_listen_close (struct GNUNET_STREAM_ListenSocket *socket)
2487{ 2487{
2488 /* Close MESH connection */ 2488 /* Close MESH connection */
2489 GNUNET_assert (NULL != lsocket->mesh); 2489 GNUNET_assert (NULL != lsocket->mesh);