summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rdp/rdp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rdp/rdp.c b/rdp/rdp.c
index 1a0d88d0..4126e7d0 100644
--- a/rdp/rdp.c
+++ b/rdp/rdp.c
@@ -33,6 +33,7 @@ lib_mod_start(struct mod* mod, int w, int h, int bpp)
mod->rdp_bpp = bpp;
mod->xrdp_bpp = bpp;
mod->keylayout = 0x409;
+ g_strncpy(mod->port, "3389", 255); /* default */
DEBUG(("out lib_mod_start\r\n"));
return 0;
}