diff options
| author | Alexandra Ellwood <lxs@mit.edu> | 2008-10-22 20:40:29 +0000 |
|---|---|---|
| committer | Alexandra Ellwood <lxs@mit.edu> | 2008-10-22 20:40:29 +0000 |
| commit | 50e7f8e37b9d532343d9316677559664df88b466 (patch) | |
| tree | 5960ef9fe962d2042fe64c01727072dbd4e80a0b /src/ccapi/common | |
| parent | 006d3ec49636996908bf1c109f01fe76192e4e68 (diff) | |
| download | krb5-50e7f8e37b9d532343d9316677559664df88b466.tar.gz krb5-50e7f8e37b9d532343d9316677559664df88b466.tar.xz krb5-50e7f8e37b9d532343d9316677559664df88b466.zip | |
Remove ipc message sent on cc_context_release
IPC message was causing problems when called from thread fini function
(via krb5_stdcc_shutdown).
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20908 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ccapi/common')
| -rw-r--r-- | src/ccapi/common/cci_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ccapi/common/cci_types.h b/src/ccapi/common/cci_types.h index 20c64701a2..43f7100cee 100644 --- a/src/ccapi/common/cci_types.h +++ b/src/ccapi/common/cci_types.h @@ -39,7 +39,7 @@ enum cci_msg_id_t { /* cc_context_t */ cci_context_first_msg_id, - cci_context_release_msg_id, + cci_context_unused_release_msg_id, /* Unused. Handle for old clients. */ cci_context_sync_msg_id, cci_context_get_change_time_msg_id, cci_context_wait_for_change_msg_id, |
