summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/mbbsd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index e9f76a35..114b6fdf 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -670,8 +670,9 @@ login_query(void)
#else
show_file("etc/Welcome", 1, -1, NO_RELOAD);
#endif
- output("1", 1);
-
+ // XXX why output("1", 1); here?
+ // this output has been here since rev 1...
+ // output("1", 1);
attempts = 0;
while (1) {