summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_listen.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-12-02 04:57:51 +0000
committerjsorg71 <jsorg71>2005-12-02 04:57:51 +0000
commit19314ec0551996d863743a911dfcaa0be7532d8b (patch)
treed9604861b79f6025fef7cb8224d03c65e6688a33 /xrdp/xrdp_listen.c
parent58976ccc9747a9cea00fe3b2b8f8a71a2e292117 (diff)
downloadxrdp-proprietary-19314ec0551996d863743a911dfcaa0be7532d8b.tar.gz
xrdp-proprietary-19314ec0551996d863743a911dfcaa0be7532d8b.zip
Makefile and file location changes
Diffstat (limited to 'xrdp/xrdp_listen.c')
-rw-r--r--xrdp/xrdp_listen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_listen.c b/xrdp/xrdp_listen.c
index 740d166b..64bbc261 100644
--- a/xrdp/xrdp_listen.c
+++ b/xrdp/xrdp_listen.c
@@ -152,7 +152,7 @@ xrdp_listen_main_loop(struct xrdp_listen* self)
/* default to port 3389 */
g_strncpy(port, "3389", 7);
/* see if port is in xrdp.ini file */
- fd = g_file_open("xrdp.ini");
+ fd = g_file_open(XRDP_CFG_FILE);
if (fd > 0)
{
names = list_create();