1
0
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:
Aleix Pol
2021-10-14 15:21:25 +02:00
committed by Aleix Pol Gonzalez
parent 2127fc927d
commit d1e7614716

View File

@@ -117,6 +117,7 @@ bool RfbServer::start()
}
d->screen->port = listeningPort();
d->screen->ipv6port = listeningPort();
// Disable/Enable password checking
if (passwordRequired()) {