make [278] works when there's no sohosin/zo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@280 c26eb9a1-5813-0410-bd6c-c2e55f420ca71.2
parent
b074ef2c25
commit
e3193d1562
2
xcache.c
2
xcache.c
|
@ -2638,7 +2638,7 @@ static int xc_zend_startup_last(zend_extension *extension) /* {{{ */
|
|||
ZEND_DLEXPORT int xcache_zend_startup(zend_extension *extension) /* {{{ */
|
||||
{
|
||||
if (xc_zend_extension_gotup) {
|
||||
return FAILURE;
|
||||
return SUCCESS;
|
||||
}
|
||||
xc_zend_extension_gotup = 1;
|
||||
xc_llist_element = NULL;
|
||||
|
|
Loading…
Reference in New Issue