summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/mbbsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index de9e42a4..1e029394 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -576,6 +576,7 @@ login_query(void)
pressanykey();
exit(1);
}
+ bzero(&cuser, sizeof(cuser));
#ifdef DEBUG
move(19, 0);
prints("current pid: %d ", getpid());