]> granicus.if.org Git - php/commitdiff
fix double error (this fixes frontcontroller22.phpt)
authorGreg Beaver <cellog@php.net>
Sat, 23 Feb 2008 19:26:18 +0000 (19:26 +0000)
committerGreg Beaver <cellog@php.net>
Sat, 23 Feb 2008 19:26:18 +0000 (19:26 +0000)
ext/phar/phar.c

index cb7f3c17e93dbe79edd67512a436147fb6f6f88a..481974da3f1b916425731251946631822e350764 100644 (file)
@@ -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;
                                        }
                                }
                        }