diff options
Diffstat (limited to 'runtime/net.c')
-rw-r--r-- | runtime/net.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/net.c b/runtime/net.c index ab431f7c..04ba5d91 100644 --- a/runtime/net.c +++ b/runtime/net.c @@ -1027,8 +1027,8 @@ static int should_use_so_bsdcompat(void) { #ifndef OS_BSD - static int init_done; - static int so_bsdcompat_is_obsolete; + static int init_done = 0; + static int so_bsdcompat_is_obsolete = 0; if (!init_done) { struct utsname myutsname; |