diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-18 15:35:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-18 15:35:09 +0000 |
commit | 74f7e7c0bd84e02763d0abd213990e5bf2466e47 (patch) | |
tree | 322b41e5cef5419c76baa27e451c1b7236ac984b /nscd | |
parent | 67479a700e3bd2e52980c00ac35c888589ac0a36 (diff) | |
download | glibc-74f7e7c0bd84e02763d0abd213990e5bf2466e47.tar.gz glibc-74f7e7c0bd84e02763d0abd213990e5bf2466e47.tar.xz glibc-74f7e7c0bd84e02763d0abd213990e5bf2466e47.zip |
Update.
* sysdeps/posix/getcwd.c (__getcwd): Don't stop processing directory entries when a lstat call fails. Patch by Colin Plumb <colin@nyx.net>.
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/TODO | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nscd/TODO b/nscd/TODO index a0b8427ad3..0ae9d1845c 100644 --- a/nscd/TODO +++ b/nscd/TODO @@ -1,5 +1,3 @@ * If we have reached the max. # of process, close accept socket. ! THIS COULD CAUSE THE KERNEL TO HANG ! BE CAREFUL ! - -* Implement cache for hosts |