Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
8529b318
Commit
8529b318
authored
Mar 22, 2019
by
Francis Dupont
Browse files
[509-improve-disabling-client-id] [509-improve-disabling-client-id-] typo
parent
5981f349
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/alloc_engine.cc
View file @
8529b318
...
@@ -2856,7 +2856,7 @@ void findClientLease(AllocEngine::ClientContext4& ctx, Lease4Ptr& client_lease)
...
@@ -2856,7 +2856,7 @@ void findClientLease(AllocEngine::ClientContext4& ctx, Lease4Ptr& client_lease)
}
}
}
}
// If it is possible
m
use client identifier to try to find client's lease.
// If it is possible
to
use client identifier to try to find client's lease.
if
(
try_clientid_lookup
)
{
if
(
try_clientid_lookup
)
{
// Get all leases for this client identifier. When shared networks are
// Get all leases for this client identifier. When shared networks are
// in use it is more efficient to make a single query rather than
// in use it is more efficient to make a single query rather than
...
...
Write
Preview
Markdown
is supported
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