removed nsPipe2 api usage
This commit is contained in:
Родитель
4b3daedbe5
Коммит
3da7cb9512
|
@ -1193,6 +1193,7 @@ nsFtpConnectionThread::R_retr() {
|
|||
// success.
|
||||
nsIBufferInputStream *bufInStrm = nsnull;
|
||||
nsIBufferOutputStream *bufOutStrm = nsnull;
|
||||
#if 0
|
||||
rv = NS_NewPipe(&bufInStrm, &bufOutStrm);
|
||||
if (NS_FAILED(rv)) return FTP_ERROR;
|
||||
|
||||
|
@ -1244,6 +1245,7 @@ nsFtpConnectionThread::R_retr() {
|
|||
delete event;
|
||||
return FTP_ERROR;
|
||||
}
|
||||
#endif
|
||||
return FTP_COMPLETE;
|
||||
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче