Commit a7cb69a5 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Silence compiler warning about unused variable on Windows.

parent 918854cc
......@@ -1632,7 +1632,9 @@ keep_going: /* We will come back to here until there is
if (!IS_AF_UNIX(addr_cur->ai_family))
{
#ifndef WIN32
int on = 1;
#endif
int usekeepalives = useKeepalives(conn);
int err = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment