mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-01 22:55:10 +00:00
Fixed bug that made file transfers not work.
The socket was not initialized for SSL when it should.
This commit is contained in:
@@ -74,6 +74,7 @@ public class LanLink extends BaseLink {
|
|||||||
Channel oldChannel = this.channel;
|
Channel oldChannel = this.channel;
|
||||||
this.channel = channel;
|
this.channel = channel;
|
||||||
this.connectionSource = connectionSource;
|
this.connectionSource = connectionSource;
|
||||||
|
this.onSsl = onSsl;
|
||||||
return oldChannel;
|
return oldChannel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user