summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_login_wnd.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_login_wnd.c
parent58976ccc9747a9cea00fe3b2b8f8a71a2e292117 (diff)
downloadxrdp-proprietary-19314ec0551996d863743a911dfcaa0be7532d8b.tar.gz
xrdp-proprietary-19314ec0551996d863743a911dfcaa0be7532d8b.zip
Makefile and file location changes
Diffstat (limited to 'xrdp/xrdp_login_wnd.c')
-rw-r--r--xrdp/xrdp_login_wnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_login_wnd.c b/xrdp/xrdp_login_wnd.c
index 18e6eec1..1a26abc1 100644
--- a/xrdp/xrdp_login_wnd.c
+++ b/xrdp/xrdp_login_wnd.c
@@ -576,7 +576,7 @@ xrdp_wm_login_fill_in_combo(struct xrdp_wm* self, struct xrdp_bitmap* b)
section_names->auto_free = 1;
section_values = list_create();
section_values->auto_free = 1;
- fd = g_file_open("xrdp.ini");
+ fd = g_file_open(XRDP_CFG_FILE); /* xrdp.ini */
file_read_sections(fd, sections);
for (i = 0; i < sections->count; i++)
{