From 07b7d301cc62d3f4ff1bbaf668ddc2510f7a55d8 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 11 Jan 2008 07:45:15 +0000 Subject: Updated to fedora-glibc-20080111T0737 --- nscd/connections.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nscd') diff --git a/nscd/connections.c b/nscd/connections.c index abd84b9b63..8140e96821 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -1,5 +1,6 @@ /* Inner loops of cache daemon. - Copyright (C) 1998-2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 1998-2003, 2004, 2005, 2006, 2007, 2008 + Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -1297,7 +1298,7 @@ cannot change to old working directory: %s; disabling paranoia mode"), /* Synchronize memory. */ for (int cnt = 0; cnt < lastdb; ++cnt) - if (!dbs[cnt].enabled) + if (dbs[cnt].enabled) { /* Make sure nobody keeps using the database. */ dbs[cnt].head->timestamp = 0; -- cgit v1.2.3