1
0
Fork 0

make [278] works when there's no sohosin/zo

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@280 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
1.2
Xuefer 2006-11-20 12:51:45 +00:00
parent b074ef2c25
commit e3193d1562
1 changed files with 1 additions and 1 deletions

View File

@ -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;