* Backport the important part of r8717 to stable. I forgot I did this on Friday...
authorArt Cancro <ajc@citadel.org>
Mon, 26 Jul 2010 20:28:52 +0000 (20:28 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 26 Jul 2010 20:28:52 +0000 (20:28 +0000)
commitc5de7b6e52f35e256cf4cc989dcae847c5932414
treedca4a2287c7be7b86f852907d0619a436627b16a
parent9090c7025379c04cb65e9bc36364a865cf591eca
* Backport the important part of r8717 to stable.  I forgot I did this on Friday.  When running EVT_TIMER hooks from the housekeeping loop, do citthread_setspecific(MyConKey, NULL); before running *each* hook.  Some of the hooks are setting MyConKey and then leaving it set.  This is bad and causes crasheriferous behavior.  This change should fix it.
citadel/serv_extensions.c