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