@ -1,4 +1,4 @@
/* $Id: network.c,v 1.57 2004/01/27 21:58:06 stpohle Exp $ */
/* $Id: network.c,v 1.58 2004/02/01 00:20:29 stpohle Exp $ */
/*
network routines.
*/
@ -103,7 +103,7 @@ network_init ()
if (bman.net_ai_family == PF_INET)
sprintf (host, "IPv4");
#ifdef _WIN32
#ifndef _WIN32
else if (bman.net_ai_family == PF_INET6)
sprintf (host, "IPv6");
#endif