]> git.michaelhowe.org Git - packages/o/openafs.git/commit
rx-fix-lock-init-20061216
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 17 Dec 2006 01:21:52 +0000 (01:21 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 17 Dec 2006 01:21:52 +0000 (01:21 +0000)
commit5b56a0b8ebbdfffa46b90d45b06253c3c6fade15
tree3153ed00e5d9aeaee0b9d61bc083df2c23a93af1
parentd5583808e85ff8688716ce800c3eab5543582095
rx-fix-lock-init-20061216

When rxBind was added it made an assumption that rx_GetIFInfo could be
called before rx_InitXYZ.  This is true on non-Windows platforms, but
on Windows rxGetIFInfo relies on an initialized mutex.  This patch adds
a DllMain for Windows in order to initialize the mutex object upon DLL
load.
src/libafsrpc/afsrpc.def
src/rx/rx.c
src/rx/rx_user.c