mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 20:29:52 +01:00
Double-check the initiator flag and transport ID of incoming
connections, and invert the flag for the responder's side.
This commit is contained in:
@@ -118,7 +118,7 @@ public class ConnectionDispatcherImpl implements ConnectionDispatcher {
|
||||
s.dispose(false);
|
||||
return;
|
||||
}
|
||||
streamConnFactory.createIncomingConnection(c, s, encryptedIv);
|
||||
streamConnFactory.createIncomingConnection(t, c, s, encryptedIv);
|
||||
}
|
||||
|
||||
public void dispatchOutgoingConnection(TransportId t, ContactId c,
|
||||
|
||||
Reference in New Issue
Block a user