This commit is contained in:
Norman Maurer 2012-03-30 16:24:08 +03:00
parent 732b11e7d5
commit e3fa9810f8

View File

@ -345,9 +345,6 @@ public class SctpWorker extends NioWorker {
selector, channel.getRawInterestOps(), channel);
}
} else {
// TODO: Is this needed ?
setInterestOps(channel, future, channel.getRawInterestOps());
}
if (future != null) {
((SctpChannelImpl) channel).setConnected();