mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 21:59:54 +01:00
Don't receive auto-delete timer from remote accept message as introducee.
This commit is contained in:
@@ -345,9 +345,6 @@ class IntroduceeProtocolEngine
|
|||||||
if (isInvalidDependency(s, m.getPreviousMessageId()))
|
if (isInvalidDependency(s, m.getPreviousMessageId()))
|
||||||
return abort(txn, s);
|
return abort(txn, s);
|
||||||
|
|
||||||
// Receive the auto-delete timer
|
|
||||||
receiveAutoDeleteTimer(txn, m);
|
|
||||||
|
|
||||||
// Determine next state
|
// Determine next state
|
||||||
IntroduceeState state =
|
IntroduceeState state =
|
||||||
s.getState() == AWAIT_RESPONSES ? REMOTE_ACCEPTED : AWAIT_AUTH;
|
s.getState() == AWAIT_RESPONSES ? REMOTE_ACCEPTED : AWAIT_AUTH;
|
||||||
|
|||||||
Reference in New Issue
Block a user