[Groonga-commit] groonga/groonga [master] Rename: clcf => location_conf

Zurück zum Archiv-Index

null+****@clear***** null+****@clear*****
2012年 6月 4日 (月) 12:43:41 JST


Ryo Onodera	2012-06-04 12:43:41 +0900 (Mon, 04 Jun 2012)

  New Revision: 59852f89cff8d790500b66725dd7ea6cf54589e1

  Log:
    Rename: clcf => location_conf

  Modified files:
    src/nginx-module/ngx_http_groonga_module.c

  Modified: src/nginx-module/ngx_http_groonga_module.c (+4 -3)
===================================================================
--- src/nginx-module/ngx_http_groonga_module.c    2012-06-04 12:32:20 +0900 (e6d73cc)
+++ src/nginx-module/ngx_http_groonga_module.c    2012-06-04 12:43:41 +0900 (685d2c7)
@@ -130,10 +130,11 @@ ngx_http_groonga_handler(ngx_http_request_t *r)
 static char *
 ngx_http_groonga(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
 {
-    ngx_http_core_loc_conf_t *clcf;
+    ngx_http_core_loc_conf_t *location_conf;
 
-    clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module);
-    clcf->handler = ngx_http_groonga_handler; /* handler to process the 'groonga' directive */
+    location_conf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module);
+    /* handler to process the 'groonga' directive */
+    location_conf->handler = ngx_http_groonga_handler;
 
     return NGX_CONF_OK;
 }




Groonga-commit メーリングリストの案内
Zurück zum Archiv-Index