Parcourir la source

[trac3977] update comment to be v4 instead of v6

Shawn Routhier il y a 9 ans
Parent
commit
91c55ca090
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcpsrv/tests/ncr_generator_unittest.cc

+ 1 - 1
src/lib/dhcpsrv/tests/ncr_generator_unittest.cc

@@ -438,7 +438,7 @@ public:
         : hwaddr_(new HWAddr(HWAddr::fromText("01:02:03:04:05:06"))) {
     }
 
-    /// @brief Implementation of the method creating DHCPv6 lease instance.
+    /// @brief Implementation of the method creating DHCPv4 lease instance.
     virtual void initLease() {
         lease_.reset(new Lease4(IOAddress("192.0.2.1"), hwaddr_, ClientIdPtr(),
                                 100, 30, 60, time(NULL), 1));