diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-05 21:12:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-05 21:12:46 +0000 |
commit | 3e6ce4d77e489c7ca333c6b56b1386b20927f678 (patch) | |
tree | 178e62caabc98304cd458d49e9c87d8a19277941 /ChangeLog | |
parent | 6789aaaa979339534384a212e21e7731eaddf985 (diff) | |
download | glibc-3e6ce4d77e489c7ca333c6b56b1386b20927f678.tar.gz glibc-3e6ce4d77e489c7ca333c6b56b1386b20927f678.tar.xz glibc-3e6ce4d77e489c7ca333c6b56b1386b20927f678.zip |
[BZ #5112]
* nscd/connections.c (restart): Don't resync if database is disabled. Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 64583662e8..a1ba69b3c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-10-05 Ulrich Drepper <drepper@redhat.com> + [BZ #5112] + * nscd/connections.c (restart): Don't resync if database is + disabled. Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>. + * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN, struct tcp_md5sig. Extend struct tcp_info according to recent kernels. |