2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

#687 Compilation fix after rebase

This commit is contained in:
Tomek Mrugalski
2022-04-22 13:48:30 +02:00
parent 8726a0e651
commit e87224d0ce

View File

@@ -175,20 +175,6 @@ public:
/// Access control parameters: get/set methods.
/// @brief Returns recorded remote address.
///
/// @return recorded remote address in textual form.
std::string getRemote() const {
return (remote_);
}
/// @brief Set (record) remote address.
///
/// @param remote the remote address in textual form.
void setRemote(const std::string& remote) {
remote_ = remote;
}
/// @brief Returns recorded TLS usage.
///
/// @return recorded TLS usage.