Skip to content

Commit 32acf47

Browse files
committed
...
1 parent 69a8403 commit 32acf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpdbg_list.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void phpdbg_list_file(const char *filename, long count, long offset TSRMLS_DC) /
3535

3636
if (VCWD_STAT(filename, &st) == -1) {
3737
printf("[Failed to stat file %s]\n", filename);
38-
goto out;
38+
return;
3939
}
4040

4141
if ((fd = VCWD_OPEN(filename, O_RDONLY)) == -1) {

0 commit comments

Comments
 (0)