Incorrect key derivation flag was stored during invitation process.

This commit is contained in:
akwizgran
2013-04-09 20:06:10 +01:00
parent 433fe94e61
commit d6ffe9b3d0

View File

@@ -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);