From: Sree Harsha Totakura Date: Sun, 12 Feb 2012 12:33:13 +0000 (+0000) Subject: -fixed ntoh64 to GNUNET_ntohll X-Git-Tag: initial-import-from-subversion-38251~14899 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2c5514ef5f0cba94e8ce9b5603d0e58b335e7de1;p=oweals%2Fgnunet.git -fixed ntoh64 to GNUNET_ntohll --- diff --git a/src/stream/stream_api.c b/src/stream/stream_api.c index c25cb6c9b..0f88af92b 100644 --- a/src/stream/stream_api.c +++ b/src/stream/stream_api.c @@ -1163,7 +1163,7 @@ handle_ack (struct GNUNET_STREAM_Socket *socket, return GNUNET_OK; } - socket->write_handle->ack_bitmap = ntoh64 (ack->bitmap); + socket->write_handle->ack_bitmap = GNUNET_ntohll (ack->bitmap); socket->write_handle->receive_window_available = ntohl (ack->receive_window_remaining); write_data (socket);