Commit 3f78df86 authored by Konstantin Sorokin's avatar Konstantin Sorokin

fixed typo

parent c30f7a52
......@@ -4386,7 +4386,7 @@ static int set_ports_option(struct mg_context *ctx) {
success = 0;
} else if ((so.sock = socket(so.lsa.sa.sa_family, SOCK_STREAM, 6)) ==
INVALID_SOCKET ||
set_timeout(ctx, sock) ||
set_timeout(ctx, so.sock) ||
// On Windows, SO_REUSEADDR is recommended only for
// broadcast UDP sockets
setsockopt(so.sock, SOL_SOCKET, SO_REUSEADDR, (const char *) &on,
......
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