]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1816] Addressed nit in a comment
authorMarcin Siodelski <marcin@isc.org>
Thu, 20 May 2021 14:16:00 +0000 (16:16 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 20 May 2021 14:22:16 +0000 (16:22 +0200)
As a result of review.

src/lib/dhcpsrv/cfg_subnets4.cc

index d08cfcf15de1380effc906387835c407ee2f7ec4..3ead996142dc110fa68bb963ee194143efd55a52 100644 (file)
@@ -236,7 +236,7 @@ CfgSubnets4::initSelector(const Pkt4Ptr& query) {
             }
         }
     }
-    // The query does not include a RAI option or this option does
+    // The query does not include a RAI option or that option does
     // not contain the link-selection sub-option. Try subnet-selection
     // option.
     OptionPtr sbnsel = query->getOption(DHO_SUBNET_SELECTION);