MRP standalone ack messages should not be acknowledged
This commit is contained in:
parent
f804c21c0b
commit
9964466138
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ impl<'a> SecureChannel<'a> {
|
||||||
info!("Received Data:");
|
info!("Received Data:");
|
||||||
tlv::print_tlv_list(ctx.rx.as_slice());
|
tlv::print_tlv_list(ctx.rx.as_slice());
|
||||||
let (reply, clone_data) = match proto_opcode {
|
let (reply, clone_data) = match proto_opcode {
|
||||||
OpCode::MRPStandAloneAck => Ok((true, None)),
|
OpCode::MRPStandAloneAck => Ok((false, None)),
|
||||||
OpCode::PBKDFParamRequest => self
|
OpCode::PBKDFParamRequest => self
|
||||||
.pase
|
.pase
|
||||||
.borrow_mut()
|
.borrow_mut()
|
||||||
|
|
Loading…
Add table
Reference in a new issue