Follow up to r1679181: fix warning (return discards qualifiers from pointer target type).
Submitted by: ylavic
Reviewed by: trawick, rjung
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1681590 13f79535-47bb-0310-9956-
ffa450edef68
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- *) fix new warnings in mod_rewrite once r1679181 was merged:
- trunk patch: http://svn.apache.org/r1679712
- 2.4.x patch: trunk patch works
- +1: trawick, ylavic, rjung
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
const char *errmsg;
apr_dbd_results_t *res = NULL;
apr_dbd_row_t *row = NULL;
- const char *ret = NULL;
+ char *ret = NULL;
int n = 0;
ap_dbd_t *db = dbd_acquire(r);