From: Christophe Jaillet Date: Fri, 20 May 2016 04:18:48 +0000 (+0000) Subject: Remove out-dated comment X-Git-Tag: 2.5.0-alpha~1602 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25faf5bb1dae80cd9d3ca4ec8919861cde597a97;p=thirdparty%2Fapache%2Fhttpd.git Remove out-dated comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1744655 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core.c b/server/core.c index ed601471700..257f114fb2d 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)) {