summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-05-04 18:08:28 +0000
committerUlrich Drepper <drepper@redhat.com>2006-05-04 18:08:28 +0000
commitca4fce0e1ece616c6f34d549469d26d787141a89 (patch)
treeab79cb7eea81f10668c92cc03120047cffc7012d /ChangeLog
parent3f87d90102af2376a46bb2ebe419c83c30a25b73 (diff)
* sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
cleanup for initial thread, just the free call on TVP.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad0fee629a..24546f573a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-05-04 Ulrich Drepper <drepper@redhat.com>
+ * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
+ cleanup for initial thread, just the free call on TVP.
+
* nscd/gai.c (__getline): Define.