diff options
Diffstat (limited to 'util/toplazyBBM.c')
-rw-r--r-- | util/toplazyBBM.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/toplazyBBM.c b/util/toplazyBBM.c index 0e5b078b..97cb62ae 100644 --- a/util/toplazyBBM.c +++ b/util/toplazyBBM.c @@ -1,4 +1,4 @@ -/* $Id: toplazyBBM.c,v 1.7 2003/07/20 00:55:34 in2 Exp $ */ +/* $Id$ */ #define _UTIL_C_ #include "bbs.h" @@ -51,7 +51,7 @@ int main(int argc, char *argv[]) attach_SHM(); resolve_boards(); - if(passwd_mmap()) + if(passwd_init()) exit(1); memcpy(allbrd,bcache,numboards*sizeof(boardheader_t)); |