summaryrefslogtreecommitdiffstats
path: root/pw/pw_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'pw/pw_utils.c')
-rw-r--r--pw/pw_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/pw_utils.c b/pw/pw_utils.c
index e483977..fbf4a3f 100644
--- a/pw/pw_utils.c
+++ b/pw/pw_utils.c
@@ -71,7 +71,7 @@ get_userconfig(const char *config)
if (config != NULL)
return (read_userconfig(config));
- snprintf(defaultcfg, sizeof(defaultcfg), "%s/pw.conf", conf.etcpath);
+ snprintf(defaultcfg, sizeof(defaultcfg), "%s/" _PW_CONF, conf.etcpath);
return (read_userconfig(defaultcfg));
}