Fixed wrong class name (copy/paste is BAD ;-) ).
This commit is contained in:
parent
87259631e4
commit
dc791215f5
@ -122,7 +122,7 @@ const string TLSSocket_GnuTLS::getPeerName() const
|
||||
}
|
||||
|
||||
|
||||
const string TLSSocket_OpenSSL::getPeerAddress() const
|
||||
const string TLSSocket_GnuTLS::getPeerAddress() const
|
||||
{
|
||||
return m_wrapped->getPeerAddress();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user