summaryrefslogtreecommitdiffstats
path: root/util/bbsrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/bbsrf.c')
-rw-r--r--util/bbsrf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/bbsrf.c b/util/bbsrf.c
index 4999f993..ce1440e7 100644
--- a/util/bbsrf.c
+++ b/util/bbsrf.c
@@ -122,6 +122,7 @@ int main(void)
}
execl(BBSPROG, "mbbsd", hid, ttybuf, NULL);
syslog(LOG_ERR, "execl(): %m");
+ sleep(3); // prevent flooding
rtv = -1;
}
break;