Add configurable retry timeout for remote syslog servers

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2018-09-25 10:10:28 +02:00
parent 141b3d5c7c
commit ab24b2efff
2 changed files with 11 additions and 2 deletions

View File

@ -1965,8 +1965,7 @@ void fprintlog(struct filed *f, char *from, int flags, char *msg)
logit(" %s\n", f->f_un.f_forw.f_hname);
logit("Forwarding suspension not over, time "
"left: %d.\n",
INET_SUSPEND_TIME -
fwd_suspend);
INET_SUSPEND_TIME - fwd_suspend);
}
break;