This commit is contained in:
krakjoe 2013-11-12 02:52:43 +00:00
parent 69a8403175
commit 32acf4736b

View file

@ -35,7 +35,7 @@ void phpdbg_list_file(const char *filename, long count, long offset TSRMLS_DC) /
if (VCWD_STAT(filename, &st) == -1) { if (VCWD_STAT(filename, &st) == -1) {
printf("[Failed to stat file %s]\n", filename); printf("[Failed to stat file %s]\n", filename);
goto out; return;
} }
if ((fd = VCWD_OPEN(filename, O_RDONLY)) == -1) { if ((fd = VCWD_OPEN(filename, O_RDONLY)) == -1) {