projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7396d0a
)
(cache_add): Before returning with failure and this is the first use of the record...
author
Ulrich Drepper
<drepper@redhat.com>
Sun, 11 May 2008 03:02:25 +0000
(
03:02
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Sun, 11 May 2008 03:02:25 +0000
(
03:02
+0000)
nscd/cache.c
patch
|
blob
|
history
diff --git
a/nscd/cache.c
b/nscd/cache.c
index
b1dc2c5
..
f4a9de5
100644
(file)
--- a/
nscd/cache.c
+++ b/
nscd/cache.c
@@
-161,6
+161,11
@@
cache_add (int type, const void *key, size_t len, struct datahead *packet,
{
++table->head->addfailed;
+ /* If necessary mark the entry as unusable so that lookups will
+ not use it. */
+ if (first)
+ packet->usable = false;
+
/* Mark the in-flight memory as unused. */
for (enum in_flight idx = 0; idx < IDX_record_data; ++idx)
mem_in_flight.block[idx].dbidx = -1;