Skip to content

Commit

Permalink
HBASE-27185 Addendum fix a nit problem which is found when cherry-pic…
Browse files Browse the repository at this point in the history
…king to branch-2
  • Loading branch information
Apache9 committed Jul 27, 2022
1 parent 234cdf7 commit 80b3668
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private void tryComplete(ChannelHandlerContext ctx) {
LOG.trace("SASL negotiation for {} is complete", provider.getSaslAuthMethod().getName());
}
ChannelPipeline p = ctx.pipeline();
saslRpcClient.setupSaslHandler(ctx.pipeline());
saslRpcClient.setupSaslHandler(p);
p.remove(SaslChallengeDecoder.class);
p.remove(this);

Expand Down

0 comments on commit 80b3668

Please sign in to comment.