Clarify code comment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1375009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Jung
2012-08-20 13:22:42 +00:00
parent 325ed03bad
commit a5d3387329

View File

@ -84,7 +84,7 @@ static void *privileges_create_cfg(apr_pool_t *pool, server_rec *s)
cfg->priv = priv_str_to_set("basic", ",", NULL);
cfg->child_priv = priv_str_to_set("basic", ",", NULL);
/* By default, run in secure mode.
/* By default, run in secure vhost mode.
* That means dropping basic privileges we don't usually need.
*/
CR_CHECK(priv_delset(cfg->priv, PRIV_FILE_LINK_ANY));