|
|
@ -1306,7 +1306,7 @@ xrdp_mm_get_sesman_port(char *port, int port_bytes)
|
|
|
|
g_memset(cfg_file, 0, sizeof(char) * 256);
|
|
|
|
g_memset(cfg_file, 0, sizeof(char) * 256);
|
|
|
|
/* default to port 3350 */
|
|
|
|
/* default to port 3350 */
|
|
|
|
g_strncpy(port, "3350", port_bytes - 1);
|
|
|
|
g_strncpy(port, "3350", port_bytes - 1);
|
|
|
|
/* see if port is in xrdp.ini file */
|
|
|
|
/* see if port is in sesman.ini file */
|
|
|
|
g_snprintf(cfg_file, 255, "%s/sesman.ini", XRDP_CFG_PATH);
|
|
|
|
g_snprintf(cfg_file, 255, "%s/sesman.ini", XRDP_CFG_PATH);
|
|
|
|
fd = g_file_open(cfg_file);
|
|
|
|
fd = g_file_open(cfg_file);
|
|
|
|
|
|
|
|
|
|
|
|