best regards
On Thu, Sep 27, 2012 at 7:13 PM, <manu@netbsd.org> wrote:
vanaxel79 <alexandreasantos@...> wrote:Please patch
> prop.c: In function `prop_opnum_validate':
> prop.c:264: error: `priv_spamd_score10' undeclared (first use in this
function)
> prop.c:264: error: (Each undeclared identifier is reported only once
> prop.c:264: error: for each function it appears in.)
> make: *** [prop.o] Error 1
Index: prop.c
===================================================================
RCS file: /cvsroot/milter-greylist/prop.c,v
retrieving revision 1.10
diff -U 4 -r1.10 prop.c
--- prop.c 20 Sep 2012 08:31:49 -0000 1.10
+++ prop.c 27 Sep 2012 18:09:31 -0000
@@ -260,9 +260,9 @@
val1 = priv->priv_rcptcount;
break;
#ifdef USE_SPAMD
case AONP_SPAMD:
- val1 = priv_spamd_score10;
+ val1 = priv->priv_spamd_score10;
break;
#endif /* USE_SPAMD */
default:
mg_log(LOG_ERR, "unexpected aonp_type");