gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13316 - gnunet/src/statistics


From: gnunet
Subject: [GNUnet-SVN] r13316 - gnunet/src/statistics
Date: Wed, 20 Oct 2010 15:16:11 +0200

Author: grothoff
Date: 2010-10-20 15:16:11 +0200 (Wed, 20 Oct 2010)
New Revision: 13316

Modified:
   gnunet/src/statistics/statistics_api.c
Log:
check reserved

Modified: gnunet/src/statistics/statistics_api.c
===================================================================
--- gnunet/src/statistics/statistics_api.c      2010-10-20 13:16:02 UTC (rev 
13315)
+++ gnunet/src/statistics/statistics_api.c      2010-10-20 13:16:11 UTC (rev 
13316)
@@ -441,6 +441,7 @@
       return GNUNET_SYSERR;
     }
   wvm = (const struct GNUNET_STATISTICS_WatchValueMessage *)msg;
+  GNUNET_break (0 == ntohl (wvm->reserved));
   wid = ntohl (wvm->wid);
   if (wid >= h->watches_size)
     {




reply via email to

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