]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5457] untabified
authorFrancis Dupont <fdupont@isc.org>
Mon, 29 Jan 2018 20:14:41 +0000 (21:14 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 29 Jan 2018 20:14:41 +0000 (21:14 +0100)
src/lib/dhcpsrv/alloc_engine.cc

index f8f18cd0bb7c7bf975153897d341a093a524e0b5..147d6279ea02e9c76c125fe162ab4f19f3940245 100644 (file)
@@ -1283,9 +1283,9 @@ AllocEngine::reuseExpiredLease(Lease6Ptr& expired, ClientContext6& ctx,
         }
 
         /// DROP status does not make sense here:
-       /// In general as the lease cannot be dropped the DROP action
-       /// has no object so SKIP is the right "cancel" status and
-       /// DROP should not be a synonym as it introduces ambiguity.
+        /// In general as the lease cannot be dropped the DROP action
+        /// has no object so SKIP is the right "cancel" status and
+        /// DROP should not be a synonym as it introduces ambiguity.
 
         // Let's use whatever callout returned. Hopefully it is the same lease
         // we handed to it.