Bump sshd to 2.9.1
[netconf.git] / netconf / netconf-netty-util / src / main / java / org / opendaylight / netconf / nettyutil / handler / ssh / client / NetconfClientSessionImpl.java
index 3ce4c990f6530a5fa9be58eead8a8835564f083a..3eab7e745e5f987049353254daa8e1239e8d4537 100644 (file)
@@ -34,7 +34,7 @@ public class NetconfClientSessionImpl extends ClientSessionImpl implements Netty
             throws IOException {
         final NettyAwareChannelSubsystem channel = new NettyAwareChannelSubsystem(subsystem, ctx);
         final ConnectionService service = getConnectionService();
-        final int id = service.registerChannel(channel);
+        final long id = service.registerChannel(channel);
         if (log.isDebugEnabled()) {
             log.debug("createSubsystemChannel({})[{}] created id={}", this, channel.getSubsystem(), id);
         }