diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-09-27 07:02:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-09-27 07:02:38 +0000 |
commit | 549b3c3a857c21dcf8ac2b1a52cdea28803e2e09 (patch) | |
tree | e4d153342928efc2d41f6f423c9193cc05b46df4 /nscd | |
parent | 756409c4cffe5a4ad6ef965c7cf14eecc3bf5760 (diff) | |
download | glibc-549b3c3a857c21dcf8ac2b1a52cdea28803e2e09.tar.gz glibc-549b3c3a857c21dcf8ac2b1a52cdea28803e2e09.tar.xz glibc-549b3c3a857c21dcf8ac2b1a52cdea28803e2e09.zip |
Update.
1999-09-26 Ulrich Drepper <drepper@cygnus.com> * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Fix error message printing. Correctly test whether all characters of current token are used. (ctype_read): NUL terminate last_str.
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/connections.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/connections.c b/nscd/connections.c index cbacf9650a..10f49cd0c6 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -195,7 +195,7 @@ close_sockets (void) } static void -invalidate_cache (void *key) +invalidate_cache (char *key) { dbtype number; |