From: Christian Grothoff Date: Wed, 20 Oct 2010 13:16:11 +0000 (+0000) Subject: check reserved X-Git-Tag: initial-import-from-subversion-38251~20027 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ff39fe3b38f76da42633a8b7b7a5c123a3eb2081;p=oweals%2Fgnunet.git check reserved --- diff --git a/src/statistics/statistics_api.c b/src/statistics/statistics_api.c index 29b1cbbfd..ef9865e02 100644 --- a/src/statistics/statistics_api.c +++ b/src/statistics/statistics_api.c @@ -441,6 +441,7 @@ process_watch_value (struct GNUNET_STATISTICS_Handle *h, 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) {