PAC instantiation hangs Regxpcom Solaris nightly build packaging process. Fixing timer logic. Patch by Kenneth Herron. r=dougt@netscape.com, sr=brendan@mozilla.org, b=106009

git-svn-id: svn://10.0.0.236/trunk@119597 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2002-04-23 03:15:52 +00:00
parent a8131904c6
commit dd8e7742e1
2 changed files with 5 additions and 6 deletions

View File

@@ -83,7 +83,7 @@ private:
PRLock *mLock;
PRCondVar *mCondVar;
PRPackedBool mProcessing;
PRPackedBool mShutdown;
PRPackedBool mWaiting;
nsVoidArray mTimers;