Github user grs commented on a diff in the pull request:

    https://github.com/apache/qpid-dispatch/pull/96#discussion_r75930357
  
    --- Diff: src/connection_manager.c ---
    @@ -254,9 +252,8 @@ qd_config_ssl_profile_t 
*qd_dispatch_configure_ssl_profile(qd_dispatch_t *qd, qd
         ssl_profile->ssl_trusted_certificates   = qd_entity_opt_string(entity, 
"trustedCerts", 0); CHECK();
         ssl_profile->ssl_uid_format             = qd_entity_opt_string(entity, 
"uidFormat", 0); CHECK();
         ssl_profile->ssl_display_name_file      = qd_entity_opt_string(entity, 
"displayNameFile", 0); CHECK();
    -    sys_mutex_lock(qd->connection_manager->ssl_profile_lock);
    -    ssl_profile->ref_count                  = 0;
    -    sys_mutex_unlock(qd->connection_manager->ssl_profile_lock);
    +
    +    __sync_and_and_fetch(&ssl_profile->ref_count, 0);
    --- End diff --
    
    Ah, I get it now! Sorry for the noise!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to