Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
f74fcdeb
Commit
f74fcdeb
authored
Oct 01, 2015
by
Francis Dupont
Browse files
[4061] Fixed typo
parent
5310305f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/cfg_subnets4.cc
View file @
f74fcdeb
...
...
@@ -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
::
IPV
6
_ZERO_ADDRESS
();
IOAddress
address
=
IOAddress
::
IPV
4
_ZERO_ADDRESS
();
// If there is a giaddr, use it for subnet selection.
if
(
!
selector
.
giaddr_
.
isV4Zero
())
{
address
=
selector
.
giaddr_
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment