This commit is contained in:
wentch
2015-12-24 09:19:12 +08:00
parent 967a102cdd
commit 36d4448b60

View File

@@ -61,9 +61,7 @@ public final class SncpRequest extends Request {
}
this.serviceid = DLong.read(buffer);
this.nameid = DLong.read(buffer);
byte[] bs = new byte[16];
buffer.get(bs);
this.actionid = new DLong(bs);
this.actionid = DLong.read(buffer);
buffer.get(bufferbytes);
this.bodylength = buffer.getInt();