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

[#691,!395] Fixed a typo in the server_client_unittest.cc for HTTP.

This commit is contained in:
Marcin Siodelski
2019-06-26 20:57:15 +02:00
committed by Thomas Markwalder
parent 88a60903a3
commit a45c0acdc8

View File

@@ -1464,7 +1464,7 @@ public:
/// and close operations.
class ExternalMonitor {
public:
/// @breif Constructor
/// @brief Constructor
ExternalMonitor()
: registered_fd_(-1), connect_cnt_(0), close_cnt_(0) {};