1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

prevent compiler warnings on non-win32 platforms

This commit is contained in:
Daniel Stenberg 2004-06-14 10:45:30 +00:00
parent 2ed0728cef
commit 070e0e8b0a

View File

@ -406,7 +406,7 @@ DhcpNameServer
{
status = config_nameserver(&servers, &nservers, buf);
if (status == ARES_SUCCESS)
goto okay;
goto okay;
}
if (IsNT)
@ -552,7 +552,9 @@ DhcpNameServer
}
/* If we got any name server entries, fill them in. */
#ifdef WIN32
okay:
#endif
if (servers)
{
channel->servers = servers;