From: Francis Dupont Date: Mon, 27 Feb 2017 12:41:31 +0000 (+0100) Subject: [5070] Adjusted comments X-Git-Tag: trac5137_base~9^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74f47a4afed8a0c249e4286ec4d091f469d3abac;p=thirdparty%2Fkea.git [5070] Adjusted comments --- diff --git a/src/lib/dhcpsrv/alloc_engine.cc b/src/lib/dhcpsrv/alloc_engine.cc index 4b4fa7fdc9..9a938e2e01 100644 --- a/src/lib/dhcpsrv/alloc_engine.cc +++ b/src/lib/dhcpsrv/alloc_engine.cc @@ -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 next step skip. + // Don't retry when the callout status is not 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; } }