Commit 41aab6e0 authored by Chuck Murcko's avatar Chuck Murcko
Browse files

fix warning


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89685 13f79535-47bb-0310-9956-ffa450edef68
parent bc7b9c5e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -911,9 +911,10 @@ static void x_open_logs(apr_pool_t *pconf, apr_pool_t *plog,
/*
 * All our process-death routine does is add its trace to the log.
 */
static void x_child_exit(apr_pool_t *pchild, server_rec *s)
static apr_status_t x_child_exit(void *data)
{
    char *note;
    server_rec *s = data;
    char *sname = s->server_hostname;

    /*