Style: Removing obsolete code.

This commit is contained in:
2018-05-16 04:24:45 +09:00
parent fbddd7ffd1
commit 454c324673
12 changed files with 85 additions and 48 deletions
+1 -1
View File
@@ -3783,7 +3783,7 @@ ngx_http_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
lsopt.fastopen = -1;
#endif
lsopt.wildcard = u.wildcard;
#if (NGX_HAVE_INET6 && defined IPV6_V6ONLY)
#if (NGX_HAVE_INET6)
lsopt.ipv6only = 1;
#endif