bugfix #418 duplicate ,'s in Windows build

This commit is contained in:
Willem Toorop 2019-02-04 15:46:10 +01:00
parent cad7eb2461
commit 0fef131e9b
1 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ add_WIN_cacerts_to_openssl_store(SSL_CTX* tls_ctx, const getdns_log_config* log)
PCCERT_CONTEXT pTargetCert = NULL;
_getdns_log(log, GETDNS_LOG_SYS_STUB, GETDNS_LOG_DEBUG
, "%s: %s\n", STUB_DEBUG_SETUP_TLS,
, "%s: %s\n", STUB_DEBUG_SETUP_TLS
, "Adding Windows certificates from system root store to CA store")
;
@ -244,7 +244,7 @@ add_WIN_cacerts_to_openssl_store(SSL_CTX* tls_ctx, const getdns_log_config* log)
if (!cert1) {
/* return error if a cert fails */
_getdns_log(log
, GETDNS_LOG_SYS_STUB, GETDNS_LOG_ERR,
, GETDNS_LOG_SYS_STUB, GETDNS_LOG_ERR
, "%s: %s %d:%s\n"
, STUB_DEBUG_SETUP_TLS
, "Unable to parse certificate in memory"