From 70cda3bfd0403b8e9fe3ddba0c205d4c63a9b677 Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Fri, 16 Jun 2000 15:02:14 +0000 Subject: [PATCH] missed an arg. --- netwerk/test/TestSocketTransport.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netwerk/test/TestSocketTransport.cpp b/netwerk/test/TestSocketTransport.cpp index 1fe6fc972474..ffb5591c7e46 100644 --- a/netwerk/test/TestSocketTransport.cpp +++ b/netwerk/test/TestSocketTransport.cpp @@ -128,7 +128,7 @@ class TestConnection : public nsIRunnable, { public: TestConnection(const char* aHostName, PRInt32 aPort, - PRBool aAsyncFlag, PRBool testAsyncRead); + PRBool aAsyncFlag); virtual ~TestConnection(); NS_DECL_ISUPPORTS @@ -290,7 +290,7 @@ TestConnection::OnStopRequest(nsIChannel* channel, TestConnection::TestConnection(const char* aHostName, PRInt32 aPort, - PRBool aAsyncFlag, PRBool testAsyncRead) + PRBool aAsyncFlag) { nsresult rv;