diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/mbbsd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 6d928719..3cbcb171 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -1386,6 +1386,9 @@ shell_login(int argc, char *argv[], char *envp[]) init_tty(); if (check_ban_and_load(0)) { +#ifdef OVERLOADBLOCKFDS + sleep(10); +#endif return 0; } return 1; |