From: Francis Dupont Date: Mon, 29 Jan 2018 20:14:41 +0000 (+0100) Subject: [5457] untabified X-Git-Tag: ha_checkpoints12~3^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a78fcb7b84771679736e6da91ecb21b740817ce;p=thirdparty%2Fkea.git [5457] untabified --- diff --git a/src/lib/dhcpsrv/alloc_engine.cc b/src/lib/dhcpsrv/alloc_engine.cc index f8f18cd0bb..147d6279ea 100644 --- a/src/lib/dhcpsrv/alloc_engine.cc +++ b/src/lib/dhcpsrv/alloc_engine.cc @@ -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.