]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove out-dated comment
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 20 May 2016 04:18:48 +0000 (04:18 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 20 May 2016 04:18:48 +0000 (04:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1744655 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index ed6014717000ca49e820e457f5ac98de9e33c05f..257f114fb2debae2078fe1700e2fd8d6655697c1 100644 (file)
@@ -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)) {