Backed out Bob Relyea's workaround for the deadlock in rev. 1.15. The

correct fix is in rev. 1.36 of tdcache.c (see Bugzilla bug 212112).


git-svn-id: svn://10.0.0.236/trunk@144744 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com 2003-07-11 21:52:04 +00:00
parent 0840051209
commit 81587a9538

View File

@ -32,7 +32,7 @@
*/
#ifdef DEBUG
static const char CVS_ID[] = "@(#) $RCSfile: devslot.c,v $ $Revision: 1.16 $ $Date: 2003-07-01 00:32:20 $ $Name: not supported by cvs2svn $";
static const char CVS_ID[] = "@(#) $RCSfile: devslot.c,v $ $Revision: 1.17 $ $Date: 2003-07-11 21:52:04 $ $Name: not supported by cvs2svn $";
#endif /* DEBUG */
#ifndef NSSCKEPV_H
@ -48,11 +48,7 @@ static const char CVS_ID[] = "@(#) $RCSfile: devslot.c,v $ $Revision: 1.16 $ $Da
#endif /* CKHELPER_H */
/* measured in seconds */
#ifdef DARWIN
#define NSSSLOT_TOKEN_DELAY_TIME 3
#else
#define NSSSLOT_TOKEN_DELAY_TIME 1
#endif
/* this should track global and per-transaction login information */