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 2a0e8167..7ccf5909 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -747,6 +747,7 @@ setup_utmp(int mode)
uinfo.pager = cuser.pager % 5;
uinfo.withme = cuser.withme;
memcpy(uinfo.mind, cuser.mind, 4);
+ strip_nonebig5(uinfo.mind, 4);
#ifdef WHERE
uinfo.from_alias = where(fromhost);
#endif