gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7347 - GNUnet/src/util/error


From: gnunet
Subject: [GNUnet-SVN] r7347 - GNUnet/src/util/error
Date: Fri, 27 Jun 2008 12:52:28 -0600 (MDT)

Author: grothoff
Date: 2008-06-27 12:52:28 -0600 (Fri, 27 Jun 2008)
New Revision: 7347

Modified:
   GNUnet/src/util/error/error.c
Log:
fix

Modified: GNUnet/src/util/error/error.c
===================================================================
--- GNUnet/src/util/error/error.c       2008-06-27 18:51:17 UTC (rev 7346)
+++ GNUnet/src/util/error/error.c       2008-06-27 18:52:28 UTC (rev 7347)
@@ -190,7 +190,7 @@
   if ( (kind & GNUNET_GE_BULK) != 0)
     {
       if ( (ctx->last_bulk_time != 0) &&
-          (0 == strncmp(message,
+          (0 == strncmp(buf,
                         ctx->last_bulk,
                         sizeof(ctx->last_bulk))) )
        {
@@ -205,7 +205,7 @@
          if (ctx->last_bulk_time != 0)
            flush_bulk(ctx, date);
          strncpy(ctx->last_bulk,
-                 message,
+                 buf,
                  sizeof(ctx->last_bulk));
          ctx->last_bulk_repeat = 0;
          ctx->last_bulk_time = now;





reply via email to

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