Skip to content
GitLab
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
e01f1d6f
Commit
e01f1d6f
authored
May 13, 2017
by
Francis Dupont
Browse files
[5104] Fix core
parent
6fb22c27
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/subnet.cc
View file @
e01f1d6f
...
...
@@ -367,7 +367,7 @@ bool
Subnet
::
inPool
(
Lease
::
Type
type
,
const
isc
::
asiolink
::
IOAddress
&
addr
)
const
{
// Let's start with checking if it even belongs to that subnet.
if
(
!
inRange
(
addr
))
{
if
(
(
type
!=
Lease
::
TYPE_PD
)
&&
!
inRange
(
addr
))
{
return
(
false
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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