summaryrefslogtreecommitdiffstats
path: root/util/jungo.c
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-15 14:13:29 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-15 14:13:29 +0800
commit3650a80bc5adbf783393f9f479c9dfd71e2f6dc5 (patch)
tree3cb2e60fd0dfc0d516b243142ffba12d5a273500 /util/jungo.c
parent25ac9df6116c1e90f768374b71f1a1b54b0df430 (diff)
downloadpttbbs-3650a80bc5adbf783393f9f479c9dfd71e2f6dc5.tar
pttbbs-3650a80bc5adbf783393f9f479c9dfd71e2f6dc5.tar.gz
pttbbs-3650a80bc5adbf783393f9f479c9dfd71e2f6dc5.tar.bz2
pttbbs-3650a80bc5adbf783393f9f479c9dfd71e2f6dc5.tar.lz
pttbbs-3650a80bc5adbf783393f9f479c9dfd71e2f6dc5.tar.xz
pttbbs-3650a80bc5adbf783393f9f479c9dfd71e2f6dc5.tar.zst
pttbbs-3650a80bc5adbf783393f9f479c9dfd71e2f6dc5.zip
merge util_record.c to mbbsd/record.c
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1096 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/jungo.c')
-rw-r--r--util/jungo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/jungo.c b/util/jungo.c
index 4f038efe..c0723c61 100644
--- a/util/jungo.c
+++ b/util/jungo.c
@@ -1,4 +1,4 @@
-/* $Id: jungo.c,v 1.7 2003/07/20 00:55:34 in2 Exp $ */
+/* $Id$ */
#define _UTIL_C_
#include "bbs.h"
@@ -50,7 +50,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));