]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
deal with the rename of kill_after_timeout to APR_KILL_AFTER_TIMEOUT
authorJeff Trawick <trawick@apache.org>
Thu, 14 Mar 2002 22:19:14 +0000 (22:19 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 14 Mar 2002 22:19:14 +0000 (22:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@93940 13f79535-47bb-0310-9956-ffa450edef68

ssl_engine_pphrase.c

index cfeee51b39c577f177ffb50e103a2ed44b31671d..0348dfa75895da1ee01558abc1424c673f10cf44 100644 (file)
@@ -569,7 +569,7 @@ static apr_status_t ssl_pipe_child_create(apr_pool_t *p, const char *progname)
                              NULL, procattr, p);
         if (rc == APR_SUCCESS) {
             /* XXX: not sure if we aught to...
-             * apr_pool_note_subprocess(p, procnew, kill_after_timeout);
+             * apr_pool_note_subprocess(p, procnew, APR_KILL_AFTER_TIMEOUT);
              */
             writetty = procnew->in;
             readtty = procnew->out;