summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-01-22 01:49:28 +0000
committerwtc%netscape.com <devnull@localhost>1999-01-22 01:49:28 +0000
commit602465de574ea4f55052503db6406bf1c60a02b2 (patch)
treeacee4b184e11c593de6fc16806f41e856f35d15c
parent2af23c382c989381442df3c7e6b99e3fd1730bd6 (diff)
downloadnspr-hg-602465de574ea4f55052503db6406bf1c60a02b2.tar.gz
Bugsplat bug #340345: need to initialize the last two function pointers
in the file I/O method table.
-rw-r--r--pr/src/pthreads/ptio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pr/src/pthreads/ptio.c b/pr/src/pthreads/ptio.c
index 5893c0d1..8bacb9b5 100644
--- a/pr/src/pthreads/ptio.c
+++ b/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 = {