]> git.kaiwu.me - nginx.git/commit
geoip: got rid of ugly casts when calling ngx_free().
authorRuslan Ermilov <ru@nginx.com>
Tue, 29 May 2012 09:19:51 +0000 (09:19 +0000)
committerRuslan Ermilov <ru@nginx.com>
Tue, 29 May 2012 09:19:51 +0000 (09:19 +0000)
commit94d8df609872916b4899f12269633447dd06e182
treef61939adbef271382640fd5f7c9a12162d36308d
parent49fbd88466cb10da41d699eca29c99069a223b06
geoip: got rid of ugly casts when calling ngx_free().

This is done by removing the "const" qualifier from the common return
type of handler functions returning either "const char *" or "char *".
src/http/modules/ngx_http_geoip_module.c