diff options
Diffstat (limited to 'winsup/cygwin/net.cc')
-rw-r--r-- | winsup/cygwin/net.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc index 7e9d14c45..ded37aa05 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -3836,7 +3836,7 @@ get_ipv6_funcs (HMODULE lib) } static NO_COPY muto load_ipv6_guard; -static bool ipv6_inited = false; +static NO_COPY bool ipv6_inited = false; #define load_ipv6() if (!ipv6_inited) load_ipv6_funcs (); static void |