Commit c1323615 authored by garciay's avatar garciay
Browse files

Update id for AcSecPrimitive

parent 5a8005ef
......@@ -41,8 +41,9 @@ public class AcSecPrimitive extends Union {
protected void preEncode(CodecBuffer buf, UnionValue uv) {
String variant = uv.getPresentVariantName();
int primitiveId = -1;
buf.appendBytes(ByteHelper.intToByteArray(2, 1));
// Append AcSecPrimitive message id
buf.appendBytes(ByteHelper.intToByteArray(3, 1));
// Append primitive id
if(variant.equals("acEnableSecurity")) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment