fixed merge issue

This commit is contained in:
Greg Wilkins 2012-03-16 09:16:46 +11:00
parent 90ef835825
commit a6eda90594
1 changed files with 0 additions and 6 deletions

View File

@ -397,12 +397,6 @@ public class ChannelEndPoint implements EndPoint
}
finally
{
// adjust buffer 0 and 1
if (!header.isImmutable())
header.setGetIndex(bbuf0.position());
if (!buffer.isImmutable())
buffer.setGetIndex(bbuf1.position());
bbuf0.position(0);
bbuf1.position(0);
bbuf0.limit(bbuf0.capacity());