commit | 94d8df609872916b4899f12269633447dd06e182 | [log] [tgz] |
---|---|---|
author | Ruslan Ermilov <ru@nginx.com> | Tue May 29 09:19:51 2012 +0000 |
committer | Ruslan Ermilov <ru@nginx.com> | Tue May 29 09:19:51 2012 +0000 |
tree | f61939adbef271382640fd5f7c9a12162d36308d | |
parent | 49fbd88466cb10da41d699eca29c99069a223b06 [diff] |
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 *".