mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* modules/http/http_request.c
(ap_process_async_request): Fix warning: 'return' with a value, in function returning void git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@708821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -297,7 +297,7 @@ void ap_process_async_request(request_rec *r)
|
|||||||
ap_die(access_status, r);
|
ap_die(access_status, r);
|
||||||
}
|
}
|
||||||
|
|
||||||
return ap_process_request_after_handler(r);
|
ap_process_request_after_handler(r);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ap_process_request(request_rec *r)
|
void ap_process_request(request_rec *r)
|
||||||
|
Reference in New Issue
Block a user