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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user