revert wrong commit in [209]
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@210 c26eb9a1-5813-0410-bd6c-c2e55f420ca71.2
parent
ade8255b0a
commit
b47072a8eb
2
utils.c
2
utils.c
|
@ -432,7 +432,7 @@ static void xc_sandbox_install(xc_sandbox_t *sandbox TSRMLS_DC) /* {{{ */
|
|||
b = TG(class_table).pListHead;
|
||||
/* install class */
|
||||
while (b != NULL) {
|
||||
xc_install_class(sandbox->filename, (xc_cest_t*) b->pData, -1,
|
||||
xc_install_class(sandbox->filename, (xc_cest_t*) b->pData,
|
||||
BUCKET_KEY_TYPE(b), ZSTR(BUCKET_KEY_S(b)), b->nKeyLength TSRMLS_CC);
|
||||
b = b->pListNext;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue