summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 6d83b645..d5779b80 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -1294,10 +1294,6 @@ start_client(void)
dup2(0, 1);
- /* initialize passwd semaphores */
- if (passwd_init())
- exit(1);
-
do_term_init();
Signal(SIGALRM, abort_bbs);
alarm(600);