projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
995112d
)
fix
author
Nils Durner
<durner@gnunet.org>
Sat, 29 Aug 2009 18:02:06 +0000
(18:02 +0000)
committer
Nils Durner
<durner@gnunet.org>
Sat, 29 Aug 2009 18:02:06 +0000
(18:02 +0000)
src/util/common_logging.c
patch
|
blob
|
history
diff --git
a/src/util/common_logging.c
b/src/util/common_logging.c
index cf206ef91034ac315410f3ac771c64d7c814a8fc..8d9eb5a7654d851f4b81a155be1fcc826eb1e9f5 100644
(file)
--- 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);