summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 136d5c08..db98041d 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -497,7 +497,7 @@ multi_user_check(void)
}
/* bad login */
-static char str_badlogin[] = "logins.bad";
+static char * const str_badlogin = "logins.bad";
static void
logattempt(char *uid, char type)