pass port to FreeRDP settings
This commit is contained in:
parent
b0c3e77203
commit
f85b3e4d05
@ -271,6 +271,7 @@ int guac_client_init(guac_client* client, int argc, char** argv) {
|
||||
|
||||
/* Set hostname */
|
||||
settings->hostname = strdup(hostname);
|
||||
settings->port = port;
|
||||
settings->window_title = strdup(hostname);
|
||||
|
||||
/* username */
|
||||
|
Loading…
Reference in New Issue
Block a user