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/mod_cacher/xc_cacher.c

    r1127 r1129  
    33133313 
    33143314    if (strcmp(sapi_module.name, "cli") == 0) { 
    3315         if ((env = getenv("XCACHE_TEST")) != NULL) { 
    3316             xc_test = atoi(env); 
    3317         } 
    33183315        if (!xc_test) { 
    33193316            /* disable cache for cli except for testing */