diff options
Diffstat (limited to 'util/topusr.c')
-rw-r--r-- | util/topusr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/topusr.c b/util/topusr.c index 37b051d9..5aa2eb7a 100644 --- a/util/topusr.c +++ b/util/topusr.c @@ -1,4 +1,4 @@ -/* $Id: topusr.c,v 1.4 2003/07/20 00:55:34 in2 Exp $ */ +/* $Id$ */ /* �ϥΪ� �W���O��/�峹�g�� �Ʀ�] */ #define _UTIL_C_ #include "bbs.h" @@ -123,7 +123,7 @@ int main(int argc, char **argv) num = 30; attach_SHM(); - if(passwd_mmap()) + if(passwd_init()) { printf("Sorry, the data is not ready.\n"); exit(0); |