summaryrefslogtreecommitdiffstats
path: root/util/jungo.c
diff options
context:
space:
mode:
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));