pass port to FreeRDP settings

This commit is contained in:
Matt Hortman 2012-02-28 15:42:58 -05:00
parent b0c3e77203
commit f85b3e4d05

View File

@ -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 */