projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d13edf
)
-fixed compile bug
author
Sree Harsha Totakura
<totakura@in.tum.de>
Wed, 22 Feb 2012 10:15:45 +0000
(10:15 +0000)
committer
Sree Harsha Totakura
<totakura@in.tum.de>
Wed, 22 Feb 2012 10:15:45 +0000
(10:15 +0000)
src/stream/stream_api.c
patch
|
blob
|
history
diff --git
a/src/stream/stream_api.c
b/src/stream/stream_api.c
index f7ab231458a7f915cd3dfa2ef5312b1aaa5eb866..6f7a7f2ce94e6e6e650c5cc86634704b3664bea9 100644
(file)
--- 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);