From 32acf4736bc0d59a3d41d52244ace2ba62d7c958 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Tue, 12 Nov 2013 02:52:43 +0000 Subject: [PATCH] ... --- phpdbg_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg_list.c b/phpdbg_list.c index 3bfa214162..fe14b1dcc9 100644 --- a/phpdbg_list.c +++ b/phpdbg_list.c @@ -35,7 +35,7 @@ void phpdbg_list_file(const char *filename, long count, long offset TSRMLS_DC) / if (VCWD_STAT(filename, &st) == -1) { printf("[Failed to stat file %s]\n", filename); - goto out; + return; } if ((fd = VCWD_OPEN(filename, O_RDONLY)) == -1) { -- 2.50.1