diff options
author | Felix Zhang <fezhang@suse.com> | 2017-10-09 16:16:33 +0800 |
---|---|---|
committer | metalefty <meta@vmeta.jp> | 2017-10-09 21:38:10 +0900 |
commit | eaed9af4986538512ae9546a4cebd78c3679e812 (patch) | |
tree | 1c8f0d2c7855bbd56b0df972b056c61c8861d8e5 /xrdp | |
parent | 00bf62bd42173ba0fc9e28f007a05ea4bc5cd8e1 (diff) | |
download | xrdp-proprietary-eaed9af4986538512ae9546a4cebd78c3679e812.tar.gz xrdp-proprietary-eaed9af4986538512ae9546a4cebd78c3679e812.zip |
xrdp: corret the config file name in the comment
Diffstat (limited to 'xrdp')
-rw-r--r-- | xrdp/xrdp_mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |