mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
- Removed unused variable.
This commit is contained in:
parent
f9ef6c8723
commit
2c829e5053
@ -52,7 +52,6 @@ PHPAPI int php_checkuid_ex(const char *filename, const char *fopen_mode, int mod
|
||||
long uid=0L, gid=0L, duid=0L, dgid=0L;
|
||||
char path[MAXPATHLEN];
|
||||
char *s, filenamecopy[MAXPATHLEN];
|
||||
php_stream_wrapper *wrapper = NULL;
|
||||
TSRMLS_FETCH();
|
||||
|
||||
path[0] = '\0';
|
||||
|
Loading…
Reference in New Issue
Block a user