From 66372d65c33bf1cba024f38cc96d6452935626b8 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 25 May 2009 10:37:49 +0000 Subject: Fix compiler warning (unused parameter). svn path=/branches/BRANCH_6-3/; revision=5333 --- sink.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sink.c') diff --git a/sink.c b/sink.c index edf1ae08..d6e4f430 100644 --- a/sink.c +++ b/sink.c @@ -580,6 +580,8 @@ static int handle_smtp_report_without_bounce(struct query *ctl, struct msgblk *m { int smtperr = atoi(smtp_response); + (void)msg; + if (str_find(&ctl->antispam, smtperr)) { if (run.spambounce) -- cgit v1.2.3