diff options
Diffstat (limited to 'ednssubnet.hh')
-rw-r--r-- | ednssubnet.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ednssubnet.hh b/ednssubnet.hh index b0f6e48..19beb03 100644 --- a/ednssubnet.hh +++ b/ednssubnet.hh @@ -26,8 +26,8 @@ struct EDNSSubnetOpts { - Netmask source; - Netmask scope; + Netmask source; + Netmask scope; }; bool getEDNSSubnetOptsFromString(const string& options, EDNSSubnetOpts* eso); |