]> sourceware.org Git - glibc.git/commitdiff
(prune_cache): Print correct list when debugging.
authorUlrich Drepper <drepper@redhat.com>
Thu, 22 Jul 2004 01:47:28 +0000 (01:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 22 Jul 2004 01:47:28 +0000 (01:47 +0000)
nscd/cache.c

index 10b04c3c02465a3bb075c54a9c2616c83a3d35c6..446154880a9dc4046a026fa4869de64faf345b1c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 1998, 1999, 2003 Free Software Foundation, Inc.
+/* Copyright (c) 1998, 1999, 2003, 2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -271,7 +271,7 @@ prune_cache (struct database *table, time_t now)
 
              dbg_log ("remove %s entry \"%s\"", serv2str[runp->type], str);
 
-             runp = runp->next;
+             runp = runp->dellist;
            }
        }
 
This page took 0.039693 seconds and 5 git commands to generate.