From d0db5f488d9a47947c49f728ca29077c0cff48b1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 24 Jun 1999 13:08:20 +0000 Subject: Update. 1999-06-24 Thorsten Kukuk * nscd/grpcache.c: Add "notfound" data to cache, not iov pointer. * nscd/pwdcache.c: Likewise. * nscd/hstcache.c: Likewise. --- nscd/grpcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nscd/grpcache.c') diff --git a/nscd/grpcache.c b/nscd/grpcache.c index 62f4c573a6..446e78ed28 100644 --- a/nscd/grpcache.c +++ b/nscd/grpcache.c @@ -105,7 +105,7 @@ cache_addgr (struct database *db, int fd, request_header *req, void *key, /* Now get the lock to safely insert the records. */ pthread_rwlock_rdlock (&db->lock); - cache_add (req->type, copy, req->key_len, &iov_notfound, + cache_add (req->type, copy, req->key_len, ¬found, sizeof (notfound), (void *) -1, 0, t, db, owner); pthread_rwlock_unlock (&db->lock); -- cgit v1.2.3