summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
Diffstat (limited to 'nscd')
-rw-r--r--nscd/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/cache.c b/nscd/cache.c
index 4065dacbad..12c4f01e40 100644
--- a/nscd/cache.c
+++ b/nscd/cache.c
@@ -488,7 +488,7 @@ prune_cache (struct database_dyn *table, time_t now, int fd)
}
}
- if (__builtin_expect (mark_use_alloca, 0))
+ if (__builtin_expect (! mark_use_alloca, 0))
free (mark);
/* Run garbage collection if any entry has been removed or replaced. */