mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-24 15:56:07 +00:00
Fix a bug in the slot deserialization function
This commit is contained in:
parent
3040276942
commit
0c60c63a8c
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ public class RawSlot extends Slot {
|
||||||
if (buffer.get() != getType()) {
|
if (buffer.get() != getType()) {
|
||||||
throw new Exception("slot type mismatch");
|
throw new Exception("slot type mismatch");
|
||||||
}
|
}
|
||||||
buffer.get();
|
|
||||||
_encryptedMasterKey = new byte[CryptoUtils.CRYPTO_KEY_SIZE];
|
_encryptedMasterKey = new byte[CryptoUtils.CRYPTO_KEY_SIZE];
|
||||||
buffer.get(_encryptedMasterKey);
|
buffer.get(_encryptedMasterKey);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue