mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Silly compiler, const char* is for text :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -187,7 +187,7 @@ char *ssl_util_readfilter(server_rec *s, apr_pool_t *p, char *cmd)
|
||||
return buf;
|
||||
}
|
||||
|
||||
BOOL ssl_util_path_check(ssl_pathcheck_t pcm, char *path, apr_pool_t *p)
|
||||
BOOL ssl_util_path_check(ssl_pathcheck_t pcm, const char *path, apr_pool_t *p)
|
||||
{
|
||||
apr_finfo_t finfo;
|
||||
|
||||
|
Reference in New Issue
Block a user