diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/admin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c index 13919aaa..41977616 100644 --- a/mbbsd/admin.c +++ b/mbbsd/admin.c @@ -743,7 +743,7 @@ x_file() fpath = "etc/expire.conf"; break; case 'i': - fpath = "etc/domain_name_query"; + fpath = "etc/domain_name_query.cidr"; break; case 'j': fpath = "etc/Logout"; |