* net.cc (ipv6_inited): Make NO_COPY.
This commit is contained in:
parent
dd5e3247eb
commit
b8fbf5d4c4
|
@ -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>
|
2008-07-02 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* path.cc (path_conv::is_binary): Fix test. Add comment.
|
* path.cc (path_conv::is_binary): Fix test. Add comment.
|
||||||
|
|
|
@ -3836,7 +3836,7 @@ get_ipv6_funcs (HMODULE lib)
|
||||||
}
|
}
|
||||||
|
|
||||||
static NO_COPY muto load_ipv6_guard;
|
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 ();
|
#define load_ipv6() if (!ipv6_inited) load_ipv6_funcs ();
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in New Issue