diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-08-09 06:16:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-08-09 06:16:47 +0000 |
commit | 908c9e87c3b639c8d1660a5c1a22c962634c6332 (patch) | |
tree | 49cd47da95f2ccfe54e42160d54b3e36a6680a8f /ChangeLog | |
parent | 4630012fef63ef975bc6b30edbb9e7de95235dba (diff) | |
download | glibc-908c9e87c3b639c8d1660a5c1a22c962634c6332.tar.gz glibc-908c9e87c3b639c8d1660a5c1a22c962634c6332.tar.xz glibc-908c9e87c3b639c8d1660a5c1a22c962634c6332.zip |
* nscd/connections.c (main_loop_epoll): Pass NULL as event
argument for epoll_ctl(EPOLL_CTL_DEL) calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 35d1b17cea..51c2036bb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-08-08 Ulrich Drepper <drepper@redhat.com> + * nscd/connections.c (main_loop_epoll): Pass NULL as event + argument for epoll_ctl(EPOLL_CTL_DEL) calls. + * nscd/nscd_stat.c (receive_print_stats): Really print values of thread number, paranoia, and restart interval the server is using. |