From a9c24d972832f0c5717ffe75835dcecf2a8b7501 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Fri, 15 Apr 2005 09:44:45 +0000 Subject: [PATCH] correct copy/paste problem --- ext/standard/md5.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/standard/md5.c b/ext/standard/md5.c index 08c10e3a9a..34b7976a98 100644 --- a/ext/standard/md5.c +++ b/ext/standard/md5.c @@ -109,8 +109,6 @@ PHP_NAMED_FUNCTION(php_if_md5_file) close(fd); - fclose(fp); - make_digest(md5str, digest); RETVAL_STRING(md5str, 1); -- 2.50.1