Added missing counter in tic processing

This commit is contained in:
Michiel Broek 2002-03-16 21:45:23 +00:00
parent d60f2f01d3
commit e84d4ba7e4
2 changed files with 3 additions and 0 deletions

View File

@ -4664,6 +4664,8 @@ v0.33.20 10-Feb-2002
Added nopper code to full mailscan.
Fixed a problem that caused a SIGSEGV when a node was in the
ticfiles setup to forward file to and there was no noderecord.
When a ticfile was received while our aka is in the path, the
bad tic counter wasn't increased.
mball:
Will not crash anymore when it needs more then 10 minutes to

View File

@ -89,6 +89,7 @@ int ProcessTic(fa_list *sbl)
if (TIC.TicIn.PathError) {
WriteError("Our Aka is in the path");
tic_bad++;
return 1;
}