Skip to content
Snippets Groups Projects
Commit d6ffe9b3 authored by akwizgran's avatar akwizgran
Browse files

Incorrect key derivation flag was stored during invitation process.

parent 433fe94e
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ class BobConnector extends Connector {
long epoch = Math.min(localTimestamp, remoteTimestamp);
// Add the contact and store the transports
try {
addContact(remoteAuthor, remoteProps, secret, epoch, true);
addContact(remoteAuthor, remoteProps, secret, epoch, false);
} catch(DbException e) {
if(LOG.isLoggable(WARNING)) LOG.log(WARNING, e.toString(), e);
tryToClose(conn, true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment