You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cl...@apache.org on 2021/06/24 22:36:08 UTC

[qpid-proton] branch main updated: PROTON-2397: fix to Windows implementation

This is an automated email from the ASF dual-hosted git repository.

cliffjansen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
     new a453a87  PROTON-2397: fix to Windows implementation
a453a87 is described below

commit a453a878ce944d0d5bd6e6630ef4f0098febecd6
Author: Cliff Jansen <cl...@apache.org>
AuthorDate: Thu Jun 24 15:34:50 2021 -0700

    PROTON-2397: fix to Windows implementation
---
 c/src/ssl/schannel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c/src/ssl/schannel.cpp b/c/src/ssl/schannel.cpp
index d167678..5d2ff8b 100644
--- a/c/src/ssl/schannel.cpp
+++ b/c/src/ssl/schannel.cpp
@@ -487,7 +487,7 @@ pn_ssl_domain_t *pn_ssl_domain( pn_ssl_mode_t mode )
     return NULL;
   }
   if (mode == PN_SSL_MODE_CLIENT)
-    domain->verify_mode == PN_SSL_VERIFY_PEER_NAME;
+    domain->verify_mode = PN_SSL_VERIFY_PEER_NAME;
   return domain;
 }
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org