From 74f47a4afed8a0c249e4286ec4d091f469d3abac Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Mon, 27 Feb 2017 13:41:31 +0100 Subject: [PATCH] [5070] Adjusted comments --- src/lib/dhcpsrv/alloc_engine.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; } } -- 2.47.3