-fixed compile bug
authorSree Harsha Totakura <totakura@in.tum.de>
Wed, 22 Feb 2012 10:15:45 +0000 (10:15 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Wed, 22 Feb 2012 10:15:45 +0000 (10:15 +0000)
src/stream/stream_api.c

index f7ab231458a7f915cd3dfa2ef5312b1aaa5eb866..6f7a7f2ce94e6e6e650c5cc86634704b3664bea9 100644 (file)
@@ -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);