1
0
Fork 0

initize file/dir path

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@686 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 2009-09-29 14:00:36 +00:00
parent 71b947670f
commit 8162dbddd8
1 changed files with 8 additions and 0 deletions

View File

@ -1074,6 +1074,14 @@ stat_done:
xce->hvalue = xc_hash_fold(hv, &xc_php_hentry);
xce->type = XC_TYPE_PHP;
xce->filepath = NULL;
xce->dirpath = NULL;
#ifdef IS_UNICODE
xce->ufilepath = NULL;
xce->udirpath = NULL;
#endif
return SUCCESS;
}
/* }}} */