2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#1369] Another review fix

This commit is contained in:
Thomas Markwalder
2020-08-12 15:18:10 -04:00
parent dea3ca2380
commit 621df16ac8

View File

@@ -272,8 +272,8 @@ private:
/// @brief Indicates if the connection can no longer be used for normal
/// operations. Typically a connection is marked unusable after an unrecoverable
/// DB error. There may be a time during which the connection exists after
/// such an every during which it cannot be used for anything beyond checking
/// DB error. There may be a time when the connection exists, after
/// such an event, during which it cannot be used for anything beyond checking
/// parameters and error information. This flag can be used as a guard in
/// code to prevent inadvertent use of a broken connection.
bool unusable_;