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
Sebastian Schrader
Kea
Commits
74f47a4a
Commit
74f47a4a
authored
Feb 27, 2017
by
Francis Dupont
Browse files
[5070] Adjusted comments
parent
49228d7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/alloc_engine.cc
View file @
74f47a4a
...
...
@@ -713,7 +713,7 @@ AllocEngine::allocateUnreservedLeases6(ClientContext6& ctx) {
}
else
if
(
ctx
.
callout_handle_
&&
(
ctx
.
callout_handle_
->
getStatus
()
!=
CalloutHandle
::
NEXT_STEP_CONTINUE
))
{
// Don't retry when the callout status is n
ext step skip
.
// Don't retry when the callout status is n
ot continue
.
break
;
}
...
...
@@ -2849,8 +2849,7 @@ AllocEngine::allocateUnreservedLease4(ClientContext4& ctx) {
}
else
if
(
ctx
.
callout_handle_
&&
(
ctx
.
callout_handle_
->
getStatus
()
!=
CalloutHandle
::
NEXT_STEP_CONTINUE
))
{
// Don't retry when the callout status is next step skip
// or next step drop.
// Don't retry when the callout status is not continue.
break
;
}
}
...
...
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