mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Merge branch '4.3'
This commit is contained in:
commit
ee8728479d
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ public final class Socks5Proxy {
|
|||
if (this.serverSocket != null) {
|
||||
this.serverThread = new Thread(this.serverProcess);
|
||||
this.serverThread.setName("Smack Local SOCKS5 Proxy");
|
||||
this.serverThread.setDaemon(true);
|
||||
this.serverThread.start();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue