From 6c696580ea6927c2f3df100f06cef1ca0ffa98de Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Sun, 6 Jun 2010 14:04:06 +0000 Subject: [PATCH] Silence compiler warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951866 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/worker/worker.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index e230ed7036..286f6a7eac 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -726,8 +726,7 @@ static void * APR_THREAD_FUNC listener_thread(apr_thread_t *thd, void * dummy) /* apr_pollset_poll() will only return errors in catastrophic * circumstances. Let's try exiting gracefully, for now. */ - ap_log_error(APLOG_MARK, APLOG_ERR, rv, - (const server_rec *) ap_server_conf, + ap_log_error(APLOG_MARK, APLOG_ERR, rv, ap_server_conf, "apr_pollset_poll: (listen)"); signal_threads(ST_GRACEFUL); } -- 2.40.0