gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20714 - gnunet/src/stream


From: gnunet
Subject: [GNUnet-SVN] r20714 - gnunet/src/stream
Date: Fri, 23 Mar 2012 12:15:14 +0100

Author: harsha
Date: 2012-03-23 12:15:14 +0100 (Fri, 23 Mar 2012)
New Revision: 20714

Modified:
   gnunet/src/stream/stream_api.c
Log:
bugfix

Modified: gnunet/src/stream/stream_api.c
===================================================================
--- gnunet/src/stream/stream_api.c      2012-03-23 11:01:54 UTC (rev 20713)
+++ gnunet/src/stream/stream_api.c      2012-03-23 11:15:14 UTC (rev 20714)
@@ -871,7 +871,7 @@
   /* Determine upto which packet we can remove from the buffer */
   for (packet = 0; packet < GNUNET_STREAM_ACK_BITMAP_BIT_LENGTH; packet++)
     {
-      if (socket->copy_offset = socket->receive_buffer_boundaries[packet])
+      if (socket->copy_offset == socket->receive_buffer_boundaries[packet])
         { packet++; break; }
       if (socket->copy_offset < socket->receive_buffer_boundaries[packet])
         break;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]