Fixed wrong class name (copy/paste is BAD ;-) ).

This commit is contained in:
Vincent Richard 2012-12-11 21:48:43 +01:00
parent 87259631e4
commit dc791215f5

View File

@ -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(); return m_wrapped->getPeerAddress();
} }