aboutsummaryrefslogtreecommitdiff
path: root/lib/mfgetopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mfgetopt.c')
-rw-r--r--lib/mfgetopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mfgetopt.c b/lib/mfgetopt.c
index c90eb103..c9a28289 100644
--- a/lib/mfgetopt.c
+++ b/lib/mfgetopt.c
@@ -29,8 +29,8 @@ mf_getopt(struct mu_cli_setup *cli, int *pargc, char ***pargv, char **capa,
cfhint.flags = 0;
if (cfile) {
- cfhint.site_rcfile = (char*) cfile;
- cfhint.flags |= MU_CFG_PARSE_SITE_RCFILE;
+ cfhint.site_file = (char*) cfile;
+ cfhint.flags |= MU_CFHINT_SITE_FILE;
}
pohint.po_flags = 0;

Return to:

Send suggestions and report system problems to the System administrator.