Skip to content

Commit 632ee31

Browse files
authored
Update IXSocketMbedTLS.cpp (#471)
1 parent 688af99 commit 632ee31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ixwebsocket/IXSocketMbedTLS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namespace ix
4949
mbedtls_pk_init(&_pkey);
5050
}
5151

52-
bool SocketMbedTLS::loadSystemCertificates(std::string& /* errorMsg */)
52+
bool SocketMbedTLS::loadSystemCertificates(std::string& errorMsg)
5353
{
5454
#ifdef _WIN32
5555
DWORD flags = CERT_STORE_READONLY_FLAG | CERT_STORE_OPEN_EXISTING_FLAG |

0 commit comments

Comments
 (0)