diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1997-10-21 18:33:55 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1997-10-21 18:33:55 +0000 |
| commit | a3522a0e98c4ddebfc599a8eaa1a3e81aad8a7e9 (patch) | |
| tree | 323eb044b83ac9e0e23afaf136faf02586425d53 /src/lib/rpc/ChangeLog | |
| parent | ec00e91dc3c1c27e407b5869a20ab9e7e6b61220 (diff) | |
Fix to not lose entries in the chain linked client list
A pointer was not being updated resulting in the situation where
random clients would sudenly fail with a misc. rpc. error as the client
handle could not be found. The scenario required three active clients
to trigger the problem.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10241 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/ChangeLog')
| -rw-r--r-- | src/lib/rpc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog index 1a37a3e00..38be12870 100644 --- a/src/lib/rpc/ChangeLog +++ b/src/lib/rpc/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 21 14:31:33 1997 Ezra Peisach <epeisach@mit.edu> + + * svc_auth_gssapi.c (destroy_client): Fix to not lose entries in + the chain linked list. + Mon Aug 18 09:48:06 1997 Ezra Peisach <epeisach@kangaroo.mit.edu> * get_myaddress.c: Include string.h for memcpy prototype. |
