We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50023af commit 41dcae8Copy full SHA for 41dcae8
1 file changed
src/libvncserver/rfbserver.c
@@ -317,6 +317,7 @@ rfbClientPtr rfbUltraVNCRepeaterMode2Connection(rfbScreenInfoPtr rfbScreen,
317
}
318
319
cl->reverseConnection = 0;
320
+ cl->destPort = repeaterPort;
321
322
// Save repeater id without the 'ID:' prefix
323
cl->repeaterId = malloc(sizeof(id) - 3);
0 commit comments