Tentative bustage band-aid attempt.

This commit is contained in:
sgehani%netscape.com 2000-09-12 05:15:15 +00:00
Родитель 603e11817b
Коммит fb5fdb2a05
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -390,8 +390,10 @@ nsFTPConn::RawClose(int aFd)
{
int err = OK;
#if 0
err = shutdown(aFd, SHUT_RDWR);
if (err != 0) err = E_SOCK_CLOSE;
#endif
return err;
}