processor: fix check_function of DEF_HASH_TABLE_FUNC for dprint
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@232 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
parent
a75411f56e
commit
2ec9c783a1
|
@ -93,7 +93,7 @@ define(`DEF_HASH_TABLE_FUNC', `
|
|||
DISABLECHECK(`
|
||||
|
||||
for (b = src->pListHead; b != NULL; b = b->pListNext) {
|
||||
ifelse(`$4', `', `', `
|
||||
ifelse($4, `', `', `
|
||||
pushdef(`BUCKET', `b')
|
||||
if ($4 == ZEND_HASH_APPLY_REMOVE) {
|
||||
IFCOPY(`dst->nNumOfElements --;')
|
||||
|
|
Loading…
Reference in New Issue