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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user