From 4637a84b9b4ed4d31a0d1e77f0a4542815316d54 Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Thu, 12 Aug 1999 01:01:55 +0000 Subject: [PATCH] added pipe2 stuff back in after patrick got the pipe2 stuff linking in w/ mac git-svn-id: svn://10.0.0.236/trunk@43209 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/protocol/ftp/src/nsFtpConnectionThread.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/netwerk/protocol/ftp/src/nsFtpConnectionThread.cpp b/mozilla/netwerk/protocol/ftp/src/nsFtpConnectionThread.cpp index 3b9790ded6a..91b2bec05e4 100644 --- a/mozilla/netwerk/protocol/ftp/src/nsFtpConnectionThread.cpp +++ b/mozilla/netwerk/protocol/ftp/src/nsFtpConnectionThread.cpp @@ -1193,7 +1193,6 @@ nsFtpConnectionThread::R_retr() { // success. nsIBufferInputStream *bufInStrm = nsnull; nsIBufferOutputStream *bufOutStrm = nsnull; -#if 0 rv = NS_NewPipe(&bufInStrm, &bufOutStrm); if (NS_FAILED(rv)) return FTP_ERROR; @@ -1245,7 +1244,7 @@ nsFtpConnectionThread::R_retr() { delete event; return FTP_ERROR; } -#endif + return FTP_COMPLETE; } else {