From: Paul Querna Date: Thu, 30 Oct 2008 01:52:35 +0000 (+0000) Subject: Remove completed todo items. X-Git-Tag: 2.3.0~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ac9eeb4bb13a9ef57c8796723089cbd2f288ef7;p=thirdparty%2Fapache%2Fhttpd.git Remove completed todo items. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709079 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/simple/simple_run.c b/server/mpm/simple/simple_run.c index 35b1a535dab..0256173a6cf 100644 --- a/server/mpm/simple/simple_run.c +++ b/server/mpm/simple/simple_run.c @@ -249,13 +249,6 @@ void simple_single_process_hack(simple_core_t * sc) static int simple_setup_privs(simple_core_t * sc) { - /* TODO: These should be a series of hooks, chroot, drop user, SELinux support, etc. */ - /* TODO: chroot support */ - /* TODO: drop to configured user */ - - /* TODO: none of the above. Just a child_init hook, which can be - * instantianted in a module - */ int rv = ap_run_simple_drop_privileges(sc->pool, ap_server_conf); if (rv) {