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
This commit is contained in:
valeski%netscape.com
1999-08-12 01:01:55 +00:00
parent 19a0ccc118
commit 4637a84b9b

View File

@@ -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 {