Show
Ignore:
Timestamp:
08/20/07 23:09:43 (1 year ago)
Author:
hans
Message:

missed a gc call

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ea_info.c

    r337 r338  
    291291        } 
    292292 
    293         t = time (0); 
     293        t = time (NULL); 
    294294 
    295295        /* Remove expired scripts from shared memory */ 
     
    301301        } 
    302302 
     303#if defined(WITH_EACCELERATOR_CONTENT_CACHING) || defined(WITH_EACCELERATOR_SESSIONS) || defined(WITH_EACCELERATOR_SHM) 
    303304        /* Remove expired keys (session data, content) from shared memory */ 
    304305        eaccelerator_gc (TSRMLS_C); 
     306#endif 
    305307} 
    306308/* }}} */