avoid race condition for otr key in jingle
This commit is contained in:
parent
bd467b6b9d
commit
9f4043c679
|
@ -328,7 +328,7 @@ public class JingleConnection {
|
|||
this.cancel();
|
||||
return;
|
||||
} else {
|
||||
this.file.setKey(conversation.getSymmetricKey());
|
||||
this.file.setKey(key);
|
||||
}
|
||||
}
|
||||
this.file.setExpectedSize(size);
|
||||
|
|
Loading…
Reference in a new issue