1
0
Fork 0

fix build

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1243 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2013-05-16 06:58:59 +00:00
parent bcebc33200
commit 34338ebd10
1 changed files with 3 additions and 3 deletions

View File

@ -101,8 +101,8 @@ typedef struct { /* {{{ xc_cache_t: only cache info, not in shm */
int cacheid;
xc_hash_t *hcache; /* hash to cacheid */
struct _xc_lock_t *lck;
struct _xc_shm_t *shm; /* which shm contains us */
xc_lock_t *lck;
xc_shm_t *shm; /* which shm contains us */
xc_allocator_t *allocator;
xc_hash_t *hentry; /* hash settings to entry */
@ -2685,9 +2685,9 @@ err:
/* }}} */
static void xc_destroy() /* {{{ */
{
xc_shm_t *shm = NULL;
TSRMLS_FETCH();
xc_shm_t *shm = NULL;
if (old_compile_file && zend_compile_file == xc_compile_file) {
zend_compile_file = old_compile_file;
old_compile_file = NULL;