diff options
Diffstat (limited to 'runtime/ruleset.c')
-rw-r--r-- | runtime/ruleset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ruleset.c b/runtime/ruleset.c index a40e2ed1..bcccb79d 100644 --- a/runtime/ruleset.c +++ b/runtime/ruleset.c @@ -347,7 +347,7 @@ evalPROPFILT(struct cnfstmt *stmt, msg_t *pMsg) unsigned short pbMustBeFreed; uchar *pszPropVal; int bRet = 0; - size_t propLen; + rs_size_t propLen; if(stmt->d.s_propfilt.propID == PROP_INVALID) goto done; |