зеркало из https://github.com/mozilla/pjs.git
Fixed Mac warning which was masking a potential Mac-only bug...
This commit is contained in:
Родитель
c06b86600d
Коммит
f1e468f1e9
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче