Skip to content

Commit d8db1f8

Browse files
committed
* Use correct function name when compiling against APR < 1.6.0
PR: 69954 Submitted by: Tần Quảng <baobaoxich@gmail.com> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931911 13f79535-47bb-0310-9956-ffa450edef68
1 parent 51912a2 commit d8db1f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changes-entries/pr69954.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*) mod_md: Use correct function name when compiling against APR < 1.6.0.
2+
PR 69954 [Tần Quảng <baobaoxich@gmail.com>]

modules/md/md_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#else
2828
/* Define a (poor) backwards-compatibility entry point for
2929
* apr_cstr_casecmp() from APR 1.6. */
30-
#define apr_cstr_casecmp apr_natcasecmp
30+
#define apr_cstr_casecmp apr_strnatcasecmp
3131
#endif
3232

3333
struct apr_array_header_t;

0 commit comments

Comments
 (0)