Changeset 686

Show
Ignore:
Timestamp:
09/29/2009 04:00:36 PM (4 years ago)
Author:
moo
Message:

initize file/dir path

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r685 r686  
    10751075 
    10761076    xce->type = XC_TYPE_PHP; 
     1077 
     1078    xce->filepath  = NULL; 
     1079    xce->dirpath   = NULL; 
     1080#ifdef IS_UNICODE 
     1081    xce->ufilepath = NULL; 
     1082    xce->udirpath  = NULL; 
     1083#endif 
     1084 
    10771085    return SUCCESS; 
    10781086}