From eaed9af4986538512ae9546a4cebd78c3679e812 Mon Sep 17 00:00:00 2001 From: Felix Zhang Date: Mon, 9 Oct 2017 16:16:33 +0800 Subject: [PATCH] xrdp: corret the config file name in the comment --- xrdp/xrdp_mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrdp/xrdp_mm.c b/xrdp/xrdp_mm.c index c4db71eb..4754ccaa 100644 --- a/xrdp/xrdp_mm.c +++ b/xrdp/xrdp_mm.c @@ -1306,7 +1306,7 @@ xrdp_mm_get_sesman_port(char *port, int port_bytes) g_memset(cfg_file, 0, sizeof(char) * 256); /* default to port 3350 */ 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); fd = g_file_open(cfg_file);