Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 936 Call the per-thread code on thread attach and per-process once per process. Previously, while the function was named 'thread', it was only actually called once per process. Currently, the per-thread code does nothing on non-windows platforms and is not even actually invoked. Fixes a windows bug when multiple non-main threads try to use ccapi at the same time. Signed-off-by: Kevin Wasserman https://github.com/krb5/krb5/commit/db0db11147deb5767cccb46820401c2754a7ed16 Commit By: tlyu Revision: 25569 Changed Files: U trunk/src/ccapi/common/win/OldCC/autolock.hxx U trunk/src/ccapi/lib/ccapi_context.c U trunk/src/ccapi/lib/ccapi_ipc.c U trunk/src/ccapi/lib/ccapi_ipc.h U trunk/src/ccapi/lib/ccapi_os_ipc.h U trunk/src/ccapi/lib/win/OldCC/client.cxx U trunk/src/ccapi/lib/win/ccapi_os_ipc.cxx U trunk/src/ccapi/lib/win/debug.exports U trunk/src/ccapi/lib/win/dllmain.cxx