OpenAFS CVS Commit: openafs/src/rx by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sat, 16 Dec 2006 20:23:30 EST


Update of /cvs/openafs/src/rx
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-5/src/rx

Modified Files:
      Tag: openafs-devel-1_5_x
	rx.c rx_user.c 
Log Message:
DELTA DEVEL15-rx-fix-lock-init-20061216
AUTHOR jaltman@secure-endpoints.com

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.


--- DELTA config for openafs-devel-1_5_x follows ---
DEVEL15-rx-fix-lock-init-20061216 openafs/src/rx/rx.c 1.97.2.4 1.97.2.5
DEVEL15-rx-fix-lock-init-20061216 openafs/src/rx/rx_user.c 1.24 1.24.4.1