Browse Source

- MFB: Removed unused variable.

PHP-5.2.1RC1
Felipe Pena 18 years ago
parent
commit
9c51f3c841
  1. 1
      main/safe_mode.c

1
main/safe_mode.c

@ -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…
Cancel
Save