From b3a266fca8e804c656efe2090d81342178b93f26 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sat, 23 Feb 2008 19:26:18 +0000 Subject: [PATCH] fix double error (this fixes frontcontroller22.phpt) --- ext/phar/phar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phar/phar.c b/ext/phar/phar.c index cb7f3c17e9..481974da3f 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -2579,7 +2579,7 @@ int phar_zend_open(const char *filename, zend_file_handle *handle TSRMLS_DC) /* } efree(old); efree(arch); - goto skip_phar; + return FAILURE; } } } -- 2.40.0