* net.cc (ipv6_inited): Make NO_COPY.

This commit is contained in:
Corinna Vinschen 2008-07-08 12:37:44 +00:00
parent dd5e3247eb
commit b8fbf5d4c4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-07-08 Corinna Vinschen <corinna@vinschen.de>
* net.cc (ipv6_inited): Make NO_COPY.
2008-07-02 Corinna Vinschen <corinna@vinschen.de>
* path.cc (path_conv::is_binary): Fix test. Add comment.

View File

@ -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