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
e0407234
Commit
e0407234
authored
Mar 11, 2015
by
Marcin Siodelski
Browse files
[3688] Fix typo in the allocation engine.
parent
17cf6d47
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/alloc_engine.h
View file @
e0407234
...
...
@@ -884,7 +884,7 @@ public:
/// This method attempts to find the host reservation for the client. If
/// found, it is set in the @c ctx.host_. If the host reservations are
/// disabled for the particular subnet or the reservation is not found
/// for the client, the @ctx.host_ is set to NULL.
/// for the client, the @
c
ctx.host_ is set to NULL.
///
/// @param ctx Client context holding various information about the client.
static
void
findReservation
(
ClientContext4
&
ctx
);
...
...
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