From: Francis Dupont Date: Thu, 1 Oct 2015 15:47:03 +0000 (+0200) Subject: [4061] Fixed typo X-Git-Tag: trac4074_base~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f74fcdeb9ed0ac7947c1f40d7c8e6dca32866c77;p=thirdparty%2Fkea.git [4061] Fixed typo --- diff --git a/src/lib/dhcpsrv/cfg_subnets4.cc b/src/lib/dhcpsrv/cfg_subnets4.cc index c5a52f19dd..873e99417c 100644 --- a/src/lib/dhcpsrv/cfg_subnets4.cc +++ b/src/lib/dhcpsrv/cfg_subnets4.cc @@ -65,7 +65,7 @@ CfgSubnets4::selectSubnet(const SubnetSelector& selector) const { // what address from the client's packet to use to match with the // subnets' prefixes. - IOAddress address = IOAddress::IPV6_ZERO_ADDRESS(); + IOAddress address = IOAddress::IPV4_ZERO_ADDRESS(); // If there is a giaddr, use it for subnet selection. if (!selector.giaddr_.isV4Zero()) { address = selector.giaddr_;