a small rename

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@445 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.3.15
Jan Kneschke 2005-07-14 09:08:00 +00:00
parent d8cf40597a
commit 1c7fb65b56
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ CACHE_FUNC_PROTO(f_crypto_md5) {
if (p->params->ptr[0]->type != T_NODE_VALUE_STRING) {
log_error_write(srv, __FILE__, __LINE__, "sd",
"f_http_request_get_param: I need a string:",
"crypto.md5: I need a string:",
p->params->ptr[0]->type);
return -1;

View File

@ -170,7 +170,7 @@ int cache_trigger_parse(server *srv, connection *con, plugin_data *p, buffer *t
{ "memcache.get_string", 1, f_memcache_get_string },
{ "memcache.get_long", 1, f_memcache_get_long },
#endif
{ "http.get_parameter", 1, f_http_request_get_param },
{ "http.get_param", 1, f_http_request_get_param },
{ "crypto.md5", 1, f_crypto_md5 },
{ NULL, 0, NULL },
};