From e84d4ba7e4a1aeef013ab1a668d6aadc23fdbc23 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 16 Mar 2002 21:45:23 +0000 Subject: [PATCH] Added missing counter in tic processing --- ChangeLog | 2 ++ mbfido/ptic.c | 1 + 2 files changed, 3 insertions(+) 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; }