From: Rainer Jung Date: Sun, 6 Jun 2010 14:04:06 +0000 (+0000) Subject: Silence compiler warning. X-Git-Tag: 2.3.6~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c696580ea6927c2f3df100f06cef1ca0ffa98de;p=apache Silence compiler warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951866 13f79535-47bb-0310-9956-ffa450edef68 --- 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); }