aboutsummaryrefslogtreecommitdiff
path: root/src/include/k5-thread.h
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2008-09-08 21:21:51 +0000
committerAlexandra Ellwood <lxs@mit.edu>2008-09-08 21:21:51 +0000
commitfc0dacfba57436f48776458190990d49f489ca23 (patch)
treee5e9fd422ddd4b19ab22a07e108e294b9465d7f1 /src/include/k5-thread.h
parent48260aff2d5cec809c42d6ada43f906afc1d453d (diff)
downloadkrb5-fc0dacfba57436f48776458190990d49f489ca23.zip
krb5-fc0dacfba57436f48776458190990d49f489ca23.tar.gz
krb5-fc0dacfba57436f48776458190990d49f489ca23.tar.bz2
Use krb5 threading functions.
Remove use of ECODE since errors are no longer objects. Fixed bug where bundle error strings were not returned when homedir access was off. Switched to using UTF8 unconditionally. ticket: 6055 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20709 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/k5-thread.h')
-rw-r--r--src/include/k5-thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/k5-thread.h b/src/include/k5-thread.h
index ad1ad8b..c2d4f4b 100644
--- a/src/include/k5-thread.h
+++ b/src/include/k5-thread.h
@@ -414,6 +414,7 @@ typedef enum {
K5_KEY_CCAPI_REQUEST_PORT,
K5_KEY_CCAPI_REPLY_STREAM,
K5_KEY_CCAPI_SERVER_DIED,
+ K5_KEY_COM_ERR_REENTER,
#endif
K5_KEY_MAX
} k5_key_t;