From a103f6d2c16ba163cb6466cd268b4a4e42b2bb9d Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Mon, 10 Jul 2006 18:24:50 +0000 Subject: [PATCH] Some HTML.Phishing.Bank-566 were not being found git-svn: trunk@2065 --- clamav-devel/libclamav/mbox.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clamav-devel/libclamav/mbox.c b/clamav-devel/libclamav/mbox.c index 205aec809..270907a6f 100644 --- a/clamav-devel/libclamav/mbox.c +++ b/clamav-devel/libclamav/mbox.c @@ -16,7 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ -static char const rcsid[] = "$Id: mbox.c,v 1.320 2006/07/10 15:07:32 njh Exp $"; +static char const rcsid[] = "$Id: mbox.c,v 1.321 2006/07/10 18:24:50 njh Exp $"; #if HAVE_CONFIG_H #include "clamav-config.h" @@ -3168,6 +3168,7 @@ strstrip(char *s) static bool continuationMarker(const char *line) { +#if 0 const char *ptr; if(line == NULL) @@ -3196,6 +3197,7 @@ continuationMarker(const char *line) default: return FALSE; } +#endif return FALSE; }