]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1706669: fix compile error (unknown sbh).
authorYann Ylavic <ylavic@apache.org>
Mon, 5 Oct 2015 12:01:42 +0000 (12:01 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 5 Oct 2015 12:01:42 +0000 (12:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1706815 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/motorz/motorz.c

index a10ead0f59cc9e10064934651012dc4a200a95b9..1e69ebd0ee9548f8f84c785567529ed71464b8ec 100644 (file)
@@ -362,7 +362,8 @@ static apr_status_t motorz_io_process(motorz_conn_t *scon)
             apr_hash_index_t *rindex;
             apr_status_t rv = APR_SUCCESS;
             int data_in_output_filters = 0;
-            ap_update_child_status_from_conn(sbh, SERVER_BUSY_WRITE, c);
+
+            ap_update_child_status_from_conn(scon->sbh, SERVER_BUSY_WRITE, c);
 
             rindex = apr_hash_first(NULL, c->filters);
             while (rindex) {