summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-05 21:45:10 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-05 21:45:10 +0800
commitb6b700cd16763a5e736e134065c34f856c648916 (patch)
treefb16675ad871e703480bd164179a7cc24ec1558f /mbbsd/admin.c
parent4ace87cc269c13676c0a6ebbe40a458670e88b80 (diff)
downloadpttbbs-b6b700cd16763a5e736e134065c34f856c648916.tar
pttbbs-b6b700cd16763a5e736e134065c34f856c648916.tar.gz
pttbbs-b6b700cd16763a5e736e134065c34f856c648916.tar.bz2
pttbbs-b6b700cd16763a5e736e134065c34f856c648916.tar.lz
pttbbs-b6b700cd16763a5e736e134065c34f856c648916.tar.xz
pttbbs-b6b700cd16763a5e736e134065c34f856c648916.tar.zst
pttbbs-b6b700cd16763a5e736e134065c34f856c648916.zip
use domain_name_query.cidr instead domain_name_query
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2576 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c2
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";