summaryrefslogtreecommitdiffstats
path: root/mbbsd/register.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-11 13:30:07 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-11 13:30:07 +0800
commit5588e96b39c1b7d8df72b9d370637de303af44fe (patch)
tree95ea93bffc75499f5d9700e1d9d3b170af1e6282 /mbbsd/register.c
parentdbebf26d241a20a2869fb530fb3d906e8e606690 (diff)
downloadpttbbs-5588e96b39c1b7d8df72b9d370637de303af44fe.tar
pttbbs-5588e96b39c1b7d8df72b9d370637de303af44fe.tar.gz
pttbbs-5588e96b39c1b7d8df72b9d370637de303af44fe.tar.bz2
pttbbs-5588e96b39c1b7d8df72b9d370637de303af44fe.tar.lz
pttbbs-5588e96b39c1b7d8df72b9d370637de303af44fe.tar.xz
pttbbs-5588e96b39c1b7d8df72b9d370637de303af44fe.tar.zst
pttbbs-5588e96b39c1b7d8df72b9d370637de303af44fe.zip
* make port binding to standalone configuration fine (etc/bindports.conf)
* refine some file names git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4560 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/register.c')
-rw-r--r--mbbsd/register.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/register.c b/mbbsd/register.c
index 45797c13..473f2f57 100644
--- a/mbbsd/register.c
+++ b/mbbsd/register.c
@@ -69,7 +69,7 @@ removespace(char *s)
int
reserved_user_id(const char *userid)
{
- if (file_exist_record(FN_RESERVED_ID, userid))
+ if (file_exist_record(FN_CONF_RESERVED_ID, userid))
return 1;
return 0;
}