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();
|
this.cancel();
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
this.file.setKey(conversation.getSymmetricKey());
|
this.file.setKey(key);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.file.setExpectedSize(size);
|
this.file.setExpectedSize(size);
|
||||||
|
|
Loading…
Reference in New Issue