mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-20 06:59:46 -04:00
@@ -119,7 +119,7 @@ bool Battlenet::SslContext::Initialize()
|
||||
|
||||
_usesDevWildcardCertificate = [&]
|
||||
{
|
||||
X509_NAME const* nm = X509_get_subject_name(cert);
|
||||
X509_NAME* nm = X509_get_subject_name(cert);
|
||||
int32 lastpos = -1;
|
||||
while (true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user