Skip to content

Commit

Permalink
xrootd4j: Propagate channel activation event
Browse files Browse the repository at this point in the history
Fixes a regression in which a channel activation event was not propagated
in the pipeline.

Target: master, 3.2
Acked-by: Olufemi Adeyemi <[email protected]>

Reviewed at https://rb.dcache.org/r/9834/
  • Loading branch information
gbehrmann committed Oct 12, 2016
1 parent e870e4e commit 04c6bde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public void channelActive(ChannelHandlerContext ctx) throws Exception
{
_destinationAddress = (InetSocketAddress) ctx.channel().localAddress();
_sourceAddress = (InetSocketAddress) ctx.channel().remoteAddress();
super.channelActive(ctx);
}

@Override
Expand Down

0 comments on commit 04c6bde

Please sign in to comment.