From: Sree Harsha Totakura Date: Wed, 22 Feb 2012 10:15:45 +0000 (+0000) Subject: -fixed compile bug X-Git-Tag: initial-import-from-subversion-38251~14748 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4a38d8a0c3f2d0e3cf9388b010f91fdaa6ca8140;p=oweals%2Fgnunet.git -fixed compile bug --- 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);