mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:41:17 -07:00
Also set the IPv6 port when setting the port
Otherwise we only use the requested port for IPv4 and IPv6 remains the default.
This commit is contained in:
committed by
Aleix Pol Gonzalez
parent
2127fc927d
commit
d1e7614716
@@ -117,6 +117,7 @@ bool RfbServer::start()
|
||||
}
|
||||
|
||||
d->screen->port = listeningPort();
|
||||
d->screen->ipv6port = listeningPort();
|
||||
|
||||
// Disable/Enable password checking
|
||||
if (passwordRequired()) {
|
||||
|
||||
Reference in New Issue
Block a user