From 19314ec0551996d863743a911dfcaa0be7532d8b Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Fri, 2 Dec 2005 04:57:51 +0000 Subject: Makefile and file location changes --- xrdp/xrdp_login_wnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xrdp/xrdp_login_wnd.c') 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++) { -- cgit v1.2.1