Skip to content

Commit

Permalink
Re-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Alshanetsky committed Dec 9, 2010
2 parents 2ac38c3 + 953b01e commit 8722983
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main/fopen_wrappers.c
Expand Up @@ -172,6 +172,9 @@ PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path
resolved_basedir[resolved_basedir_len] = PHP_DIR_SEPARATOR;
resolved_basedir[++resolved_basedir_len] = '\0';
}
} else {
resolved_basedir[resolved_basedir_len++] = PHP_DIR_SEPARATOR;
resolved_basedir[resolved_basedir_len] = '\0';
}

resolved_name_len = strlen(resolved_name);
Expand Down

0 comments on commit 8722983

Please sign in to comment.