-fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 27 Apr 2012 10:05:27 +0000 (10:05 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 27 Apr 2012 10:05:27 +0000 (10:05 +0000)
src/stream/stream_api.c

index 7973660f12e9da22398a2e76c34422748957c119..ff4e49dadd57d3b1ba2ea653f5cfee3244d3f465 100644 (file)
@@ -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;
 }