mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
fix the previous commit
This commit is contained in:
parent
36860101ec
commit
d7b3b48f0e
@ -35,17 +35,17 @@
|
|||||||
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
struct in6_addr addr;
|
in_addr_t addr;
|
||||||
struct in6_addr mask;
|
in_addr_t mask;
|
||||||
} ngx_in6_cidr_t;
|
} ngx_in_cidr_t;
|
||||||
|
|
||||||
|
|
||||||
#if (NGX_HAVE_INET6)
|
#if (NGX_HAVE_INET6)
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
in_addr_t addr;
|
struct in6_addr addr;
|
||||||
in_addr_t mask;
|
struct in6_addr mask;
|
||||||
} ngx_in_cidr_t;
|
} ngx_in6_cidr_t;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user