From: krakjoe Date: Tue, 12 Nov 2013 02:52:43 +0000 (+0000) Subject: ... X-Git-Tag: php-5.6.0alpha1~110^2~452 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32acf4736bc0d59a3d41d52244ace2ba62d7c958;p=php ... --- 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) {