Added missing counter in tic processing
This commit is contained in:
parent
d60f2f01d3
commit
e84d4ba7e4
@ -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
|
||||
|
@ -89,6 +89,7 @@ int ProcessTic(fa_list *sbl)
|
||||
|
||||
if (TIC.TicIn.PathError) {
|
||||
WriteError("Our Aka is in the path");
|
||||
tic_bad++;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user