diff src/http/ngx_http_core_module.h @ 6557:6f8254ae61b8

Use ngx_cmp_sockaddr() where appropriate.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 May 2016 19:10:42 +0300
parents 2cd019520210
children adf25b8d0431
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -67,7 +67,6 @@ typedef struct {
 #if (NGX_HAVE_UNIX_DOMAIN)
         struct sockaddr_un     sockaddr_un;
 #endif
-        u_char                 sockaddr_data[NGX_SOCKADDRLEN];
     } u;
 
     socklen_t                  socklen;