]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5070] Adjusted comments
authorFrancis Dupont <fdupont@isc.org>
Mon, 27 Feb 2017 12:41:31 +0000 (13:41 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 27 Feb 2017 12:41:31 +0000 (13:41 +0100)
src/lib/dhcpsrv/alloc_engine.cc

index 4b4fa7fdc9ca181124f79b68d31902d06a4943f4..9a938e2e019c1a4a66aa1e45916de38080ae34b2 100644 (file)
@@ -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;
             }
         }