diff options
Diffstat (limited to 'edns-subnet/subnetmod.h')
-rw-r--r-- | edns-subnet/subnetmod.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edns-subnet/subnetmod.h b/edns-subnet/subnetmod.h index f2baa466ae61..29bf64b4f55d 100644 --- a/edns-subnet/subnetmod.h +++ b/edns-subnet/subnetmod.h @@ -57,7 +57,7 @@ struct subnet_env { * data: struct subnet_msg_cache_data* */ struct slabhash* subnet_msg_cache; /** access control, which upstream servers we send client address */ - struct ednssubnet_upstream* edns_subnet_upstreams; + struct ecs_whitelist* whitelist; /** allocation service */ struct alloc_cache alloc; lock_rw_type biglock; |