Bugsplat bug #340345: need to initialize the last two function pointers

in the file I/O method table.
This commit is contained in:
wtc%netscape.com 1999-01-22 01:49:28 +00:00
Родитель 559c7cca3c
Коммит 5e0824f457
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -2450,6 +2450,8 @@ static PRIOMethods _pr_file_methods = {
(PRGetpeernameFN)_PR_InvalidStatus,
(PRGetsockoptFN)_PR_InvalidStatus,
(PRSetsockoptFN)_PR_InvalidStatus,
(PRGetsocketoptionFN)_PR_InvalidStatus,
(PRSetsocketoptionFN)_PR_InvalidStatus
};
static PRIOMethods _pr_tcp_methods = {