mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +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;
|
||||
}
|
||||
}
|
||||
} while(allSent = false);
|
||||
} while(allSent == false);
|
||||
}
|
||||
|
||||
private MessageId sendConfirmMessage(Transaction txn, Contact contact)
|
||||
|
||||
Reference in New Issue
Block a user