From 4a38d8a0c3f2d0e3cf9388b010f91fdaa6ca8140 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Wed, 22 Feb 2012 10:15:45 +0000 Subject: [PATCH] -fixed compile bug --- src/stream/stream_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream/stream_api.c b/src/stream/stream_api.c index f7ab23145..6f7a7f2ce 100644 --- a/src/stream/stream_api.c +++ b/src/stream/stream_api.c @@ -669,7 +669,7 @@ handle_data (struct GNUNET_STREAM_Socket *socket, size); /* Modify the ACK bitmap */ - ackbitmap_modify_bit (&socket->bitmap, + ackbitmap_modify_bit (&socket->ack_bitmap, ntohl (msg->sequence_number) - socket->read_sequence_number, GNUNET_YES); -- 2.25.1