mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Resolve disagreement with its prototype
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086287 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2906,7 +2906,7 @@ ap_proxy_hashfunc(const char *str, proxy_hash_t method)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PROXY_DECLARE(apr_status_t) ap_proxy_set_wstatus(const char c, int set, proxy_worker *w)
|
PROXY_DECLARE(apr_status_t) ap_proxy_set_wstatus(char c, int set, proxy_worker *w)
|
||||||
{
|
{
|
||||||
unsigned int *status = &w->s->status;
|
unsigned int *status = &w->s->status;
|
||||||
char flag = toupper(c);
|
char flag = toupper(c);
|
||||||
|
Reference in New Issue
Block a user