mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 21:59:54 +01:00
Bug with conditional when checking if confirm messages are sent
This commit is contained in:
@@ -350,7 +350,7 @@ public class RemoteWipeManagerImpl extends ConversationClientImpl
|
|||||||
allSent = true;
|
allSent = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} while(allSent = false);
|
} while(allSent == false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private MessageId sendConfirmMessage(Transaction txn, Contact contact)
|
private MessageId sendConfirmMessage(Transaction txn, Contact contact)
|
||||||
|
|||||||
Reference in New Issue
Block a user