avoid race condition for otr key in jingle

This commit is contained in:
iNPUTmice 2014-08-21 07:39:14 +02:00
parent bd467b6b9d
commit 9f4043c679
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ public class JingleConnection {
this.cancel();
return;
} else {
this.file.setKey(conversation.getSymmetricKey());
this.file.setKey(key);
}
}
this.file.setExpectedSize(size);