set default rdp port

This commit is contained in:
jsorg71 2005-11-03 03:52:05 +00:00
parent 154bf097e6
commit 8bb8df0a3b
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}