mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bugsplat bug #340345: need to initialize the last two function pointers
in the file I/O method table.
This commit is contained in:
parent
559c7cca3c
commit
5e0824f457
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user