aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/makemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'smtpd/makemap.c')
-rw-r--r--smtpd/makemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtpd/makemap.c b/smtpd/makemap.c
index 59d28d0d..d9c113e2 100644
--- a/smtpd/makemap.c
+++ b/smtpd/makemap.c
@@ -433,7 +433,7 @@ conf_aliases(char *cfgpath)
if (table == NULL)
return (PATH_ALIASES);
- path = xstrdup(table->m_config, "conf_aliases");
+ path = xstrdup(table->t_config, "conf_aliases");
p = strstr(path, ".db");
if (p == NULL || strcmp(p, ".db") != 0) {
return (path);