diff --git a/ChangeLog b/ChangeLog index 075c6856..d54a1aa7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/mbfido/ptic.c b/mbfido/ptic.c index 3a2d5d1d..1f5ea925 100644 --- a/mbfido/ptic.c +++ b/mbfido/ptic.c @@ -89,6 +89,7 @@ int ProcessTic(fa_list *sbl) if (TIC.TicIn.PathError) { WriteError("Our Aka is in the path"); + tic_bad++; return 1; }