Add AuthenticationDataLength field when deserialize Map-Register

Change-Id: I961ec472948df7a6a88547eb2e5e60eb38969320
This commit is contained in:
Jian Li 2016-10-31 02:05:08 +09:00
parent 955c20c5b3
commit 88addd557e

View File

@ -292,6 +292,7 @@ public final class DefaultLispMapRegister implements LispMapRegister {
.withNonce(nonce)
.withKeyId(keyId)
.withAuthenticationData(authData)
.withAuthDataLength(authLength)
.withMapRecords(mapRecords)
.build();
}