Changeset 1129 for trunk/xcache.c

Show
Ignore:
Timestamp:
08/09/2012 05:14:56 AM (9 months ago)
Author:
moo
Message:

refactor: code clean up

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r1113 r1129  
    690690    } 
    691691 
     692    if (strcmp(sapi_module.name, "cli") == 0) { 
     693        if ((env = getenv("XCACHE_TEST")) != NULL) { 
     694            xc_test = atoi(env); 
     695        } 
     696    } 
     697 
    692698    xc_init_constant(module_number TSRMLS_CC); 
    693699    xc_shm_init_modules();