mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
spelling: against
This commit is contained in:
@@ -811,7 +811,7 @@ public:
|
||||
if (evenLeaseIndex(i)) {
|
||||
// Hostname with two consecutive dots is invalid and may result
|
||||
// in exception if the reclamation routine doesn't protect
|
||||
// aginst such exceptions.
|
||||
// against such exceptions.
|
||||
std::ostringstream hostname_s;
|
||||
hostname_s << "invalid-host" << i << "..example.com";
|
||||
leases_[i]->hostname_ = hostname_s.str();
|
||||
|
Reference in New Issue
Block a user