From 8deacce8bd5aac4fc175c4319ba77f08828ab618 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 24 May 2018 20:42:43 +0000 Subject: Axe some dead code. See PR 60086. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1832200 13f79535-47bb-0310-9956-ffa450edef68 --- server/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/config.c') diff --git a/server/config.c b/server/config.c index 27881edd85..b06b6e55ce 100644 --- a/server/config.c +++ b/server/config.c @@ -2051,7 +2051,7 @@ static const char *process_resource_config_fnmatch(server_rec *s, /* If matching internal to path, and we happen to match something * other than a directory, skip it */ - if (rest && (rv == APR_SUCCESS) && (dirent.filetype != APR_DIR)) { + if (rest && (dirent.filetype != APR_DIR)) { continue; } fnew = (fnames *) apr_array_push(candidates); -- cgit v1.2.3