From: Suzanne Goldlust Date: Wed, 21 Jun 2023 18:00:44 +0000 (+0000) Subject: [#2833] Remove old broken link from comments X-Git-Tag: Kea-2.4.0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f898a9595fd17c8de0c400b049307088c6234fa3;p=thirdparty%2Fkea.git [#2833] Remove old broken link from comments --- diff --git a/src/lib/dhcpsrv/csv_lease_file4.h b/src/lib/dhcpsrv/csv_lease_file4.h index 44cd41286f..5e5bd4e045 100644 --- a/src/lib/dhcpsrv/csv_lease_file4.h +++ b/src/lib/dhcpsrv/csv_lease_file4.h @@ -28,8 +28,7 @@ namespace dhcp { /// /// @todo This class doesn't validate the lease values read from the file. /// The @c Lease4 is a structure that should be itself responsible for this -/// validation (see http://oldkea.isc.org/ticket/2405). However, when #2405 -/// is implemented, the @c next function may need to be updated to use the +/// validation. However, the @c next function may need to be updated to use the /// validation capability of @c Lease4. class CSVLeaseFile4 : public isc::util::VersionedCSVFile, public LeaseFileStats { public: @@ -81,8 +80,7 @@ public: /// (false). /// /// @todo Make sure that the values read from the file are correct. - /// The appropriate @c Lease4 validation mechanism should be used once - /// ticket http://oldkea.isc.org/ticket/2405 is implemented. + /// The appropriate @c Lease4 validation mechanism should be used. bool next(Lease4Ptr& lease); private: