Skip to content

Commit

Permalink
Follow up to r1679181: fix warning (return discards qualifiers from p…
Browse files Browse the repository at this point in the history
…ointer target type).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1679712 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ylavic committed May 16, 2015
1 parent 16a92e1 commit 35e698b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mappers/mod_rewrite.c
Expand Up @@ -1367,7 +1367,7 @@ static char *lookup_map_dbd(request_rec *r, char *key, const char *label)
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);

Expand Down

0 comments on commit 35e698b

Please sign in to comment.