pass port to FreeRDP settings
authorMatt Hortman <matt@FlintRiverSystems.com>
Tue, 28 Feb 2012 20:42:58 +0000 (15:42 -0500)
committerMatt Hortman <matt@FlintRiverSystems.com>
Tue, 28 Feb 2012 20:42:58 +0000 (15:42 -0500)
src/client.c

index de4e61c..bf0f61e 100644 (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 */