Skip to content
Snippets Groups Projects
Commit ac35e66f authored by Adrien Béraud's avatar Adrien Béraud
Browse files

MultiplexedSocket: getLocalAddress is always enabled

Change-Id: Id462c9a5bbd793fe8d288e4a19e9d54b90be4282
parent 9ed4dd91
No related branches found
No related tags found
No related merge requests found
......@@ -755,6 +755,8 @@ MultiplexedSocket::sendVersion()
pimpl_->sendVersion();
}
#endif
IpAddr
MultiplexedSocket::getLocalAddress() const
{
......@@ -767,8 +769,6 @@ MultiplexedSocket::getRemoteAddress() const
return pimpl_->endpoint->getRemoteAddress();
}
#endif
void
MultiplexedSocket::eraseChannel(uint16_t channel)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment