[ https://issues.apache.org/jira/browse/PROTON-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14648268#comment-14648268 ]
Andrew Stitcher commented on PROTON-969: ---------------------------------------- I'm pretty sure this isn't a blocker. The proton tests actually call sasl_server_init() and sasl_client_init() many times during the single test run with seemingly no ill effect. It definitely isn't great, but introducing a global in proton to avoid this also isn't great (cyrus sasl already has a bunch of globals which enable it to handle the situation without crashing). > Cyrus SASL module calls sasl_server_init once for every incoming connection > --------------------------------------------------------------------------- > > Key: PROTON-969 > URL: https://issues.apache.org/jira/browse/PROTON-969 > Project: Qpid Proton > Issue Type: Bug > Components: proton-c > Reporter: Ted Ross > Priority: Blocker > Fix For: 0.10 > > > The Cyrus SASL module invokes sasl_server_init once for every incoming > connection on a listener. The Manpage for sasl_server_init states that it > should be called only once per process. > Is this a blocker for 0.10? -- This message was sent by Atlassian JIRA (v6.3.4#6332)