about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-01-15 22:31:14 +0000
committerUlrich Drepper <drepper@redhat.com>2007-01-15 22:31:14 +0000
commit9691d83c537b8c03e9fe17194014f9e37b7d628f (patch)
tree650fb9c31eb5663cf475a1a17caf3b0092aeb4a2 /ChangeLog
parent49ee6d7965c914b16ddc73471e5cde3aea65d3e1 (diff)
downloadglibc-9691d83c537b8c03e9fe17194014f9e37b7d628f.tar.gz
glibc-9691d83c537b8c03e9fe17194014f9e37b7d628f.tar.xz
glibc-9691d83c537b8c03e9fe17194014f9e37b7d628f.zip
* nscd/connections.c (serv2db): Change type into structure which
	also says whether this is a request for data.  Renamed to
	servinfo.  All users changed.
	(handle_request): Much simpler test whether we should search the cache.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a96467a59b..526c988500 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
 
+	* nscd/connections.c (serv2db): Change type into structure which
+	also says whether this is a request for data.  Renamed to
+	servinfo.  All users changed.
+	(handle_request): Much simpler test whether we should search the cache.
+
 	* nscd/connections.c (handle_request): Fix thinko in selinux test
 	invocation.