Add configurable retry timeout for remote syslog servers
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user