From 9b9ef193003418418b896dfcfd861dfd423db8e8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 27 Apr 2012 10:05:27 +0000 Subject: [PATCH] -fix --- src/stream/stream_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stream/stream_api.c b/src/stream/stream_api.c index 7973660f1..ff4e49dad 100644 --- a/src/stream/stream_api.c +++ b/src/stream/stream_api.c @@ -1498,7 +1498,7 @@ client_handle_reset (void *cls, const struct GNUNET_MessageHeader *message, const struct GNUNET_ATS_Information*atsi) { - struct GNUNET_STREAM_Socket *socket = cls; + // struct GNUNET_STREAM_Socket *socket = cls; return GNUNET_OK; } @@ -2141,7 +2141,7 @@ server_handle_reset (void *cls, const struct GNUNET_MessageHeader *message, const struct GNUNET_ATS_Information*atsi) { - struct GNUNET_STREAM_Socket *socket = *tunnel_ctx; + // struct GNUNET_STREAM_Socket *socket = *tunnel_ctx; return GNUNET_OK; } -- 2.25.1