Comment out unwanted assertion as this kills the linux build.

This commit is contained in:
mscott%netscape.com 1999-04-28 05:05:24 +00:00
Родитель 41b5419572
Коммит 6f81da795d
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -2145,9 +2145,9 @@ nsPop3Protocol::RetrResponse(nsIInputStream* inputStream,
status += buffer_size;
} while (/* !pauseForMoreData && */ line);
PRUint32 size = 0;
inputStream->GetLength(&size);
NS_ASSERTION(size == 0, "hmmm....");
//PRUint32 size = 0;
//inputStream->GetLength(&size);
//NS_ASSERTION(size == 0, "hmmm....");
}
buffer_size = status; // status holds # bytes we've actually buffered so far...