Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Krfb
Commits
d1e76147
Commit
d1e76147
authored
Oct 14, 2021
by
Aleix Pol Gonzalez
🐧
Committed by
Aleix Pol Gonzalez
Oct 14, 2021
Browse files
Also set the IPv6 port when setting the port
Otherwise we only use the requested port for IPv4 and IPv6 remains the default.
parent
2127fc92
Changes
1
Hide whitespace changes
Inline
Side-by-side
krfb/rfbserver.cpp
View file @
d1e76147
...
...
@@ -117,6 +117,7 @@ bool RfbServer::start()
}
d
->
screen
->
port
=
listeningPort
();
d
->
screen
->
ipv6port
=
listeningPort
();
// Disable/Enable password checking
if
(
passwordRequired
())
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment