From 5e0824f4574e681a817e94284face319ecf8b2bf Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Fri, 22 Jan 1999 01:49:28 +0000 Subject: [PATCH] Bugsplat bug #340345: need to initialize the last two function pointers in the file I/O method table. --- nsprpub/pr/src/pthreads/ptio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nsprpub/pr/src/pthreads/ptio.c b/nsprpub/pr/src/pthreads/ptio.c index 5893c0d11796..8bacb9b5b6f2 100644 --- a/nsprpub/pr/src/pthreads/ptio.c +++ b/nsprpub/pr/src/pthreads/ptio.c @@ -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 = {