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

technoboy pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.11 by this push:
     new 90a4116192a Fix compile issue
90a4116192a is described below

commit 90a4116192aff056f2196762abd5c6b98f9850e1
Author: Jiwe Guo <[email protected]>
AuthorDate: Wed Sep 27 17:28:05 2023 +0800

    Fix compile issue
---
 .../src/main/java/org/apache/pulsar/broker/service/ServerCnx.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java 
b/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java
index 8c7d8a2e40e..16cc89a53ab 100644
--- 
a/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java
+++ 
b/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java
@@ -937,7 +937,7 @@ public class ServerCnx extends PulsarHandler implements 
TransportCnx {
                                             + "AuthenticationProvider for 
original role using auth method "
                                             + "[" + originalAuthMethod + "] is 
not available"));
                     originalPrincipal = authRole;
-                    completeConnect(clientProtocolVersion, clientVersion);
+                    completeConnect(clientProtocolVersion, clientVersion, 
enableSubscriptionPatternEvaluation);
                     return;
                 }
 

Reply via email to