1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-05 05:30:39 +03:00

Wrap the global count of privileges handlers operating. Silence grumblers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@710037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Kew
2008-11-03 11:37:03 +00:00
parent c764e3608a
commit a1252f96e3
3 changed files with 8 additions and 3 deletions

View File

@@ -279,7 +279,7 @@ unixd_pre_config(apr_pool_t *pconf, apr_pool_t *plog,
unixd_config.chroot_dir = NULL; /* none */
++sys_privileges;
sys_privileges_handlers(1);
return OK;
}