Fixed Mac warning which was masking a potential Mac-only bug...

git-svn-id: svn://10.0.0.236/trunk@61318 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
2000-02-18 21:39:26 +00:00
parent 12b0541149
commit b9bfd5d8de

View File

@@ -174,7 +174,7 @@ nsresult nsSocketTransportService::Init(void)
nsresult nsSocketTransportService::AddToWorkQ(nsSocketTransport* aTransport)
{
PRStatus status;
PRStatus status = PR_SUCCESS;
PRBool bFireEvent = PR_FALSE;
nsresult rv = NS_OK;
PRCList* qp;