From: Nils Durner Date: Sat, 29 Aug 2009 18:02:06 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~23576 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d867aaafeb27cc071388559585a0d0dfbc96e45b;p=oweals%2Fgnunet.git fix --- diff --git a/src/util/common_logging.c b/src/util/common_logging.c index cf206ef91..8d9eb5a76 100644 --- a/src/util/common_logging.c +++ b/src/util/common_logging.c @@ -280,6 +280,9 @@ GNUNET_log_skip (unsigned int n, int check_reset) { if (n == 0) { + int ok; + + ok = (0 == skip_log); skip_log = 0; if (check_reset) GNUNET_assert (ok);