diff options
Diffstat (limited to 'xrdp/xrdp_login_wnd.c')
-rw-r--r-- | xrdp/xrdp_login_wnd.c | 2 |
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++) { |