From 25faf5bb1dae80cd9d3ca4ec8919861cde597a97 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 20 May 2016 04:18:48 +0000 Subject: [PATCH] Remove out-dated comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1744655 13f79535-47bb-0310-9956-ffa450edef68 --- server/core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/core.c b/server/core.c index ed60147170..257f114fb2 100644 --- a/server/core.c +++ b/server/core.c @@ -1624,7 +1624,6 @@ static const char *set_document_root(cmd_parms *cmd, void *dummy, return "DocumentRoot must be a directory"; } - /* TODO: ap_configtestonly */ if (apr_filepath_merge((char**)&conf->ap_document_root, NULL, arg, APR_FILEPATH_TRUENAME, cmd->pool) != APR_SUCCESS || !ap_is_directory(cmd->temp_pool, arg)) { -- 2.40.0