Skip to content

Commit

Permalink
custom ports work for sessions too
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Dec 31, 2023
1 parent 8404185 commit 28a44b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/backend/pcmanager/pcmanager_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ PSERVER_DATA serverdata_clone(const SERVER_DATA *src) {
server->mac = strdup_nullable(src->mac);
server->hostname = strdup_nullable(src->hostname);
server->gpuType = strdup_nullable(src->gpuType);
server->extPort = src->extPort;
server->httpsPort = src->httpsPort;
server->paired = src->paired;
server->supports4K = src->supports4K;
server->supportsHdr = src->supportsHdr;
Expand Down

0 comments on commit 28a44b4

Please sign in to comment.