[Groonga-commit] groonga/groonga [master] httpd: fix invalid definition about preconfigulation

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 29日 (金) 02:11:03 JST


HAYASHI Kentaro	2012-06-29 02:11:03 +0900 (Fri, 29 Jun 2012)

  New Revision: f4114d3a4f2167f3f8e9a0b8c05f36be19240e95
  https://github.com/groonga/groonga/commit/f4114d3a4f2167f3f8e9a0b8c05f36be19240e95

  Log:
    httpd: fix invalid definition about preconfigulation

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

  Modified: src/nginx-module/ngx_http_groonga_module.c (+2 -2)
===================================================================
--- src/nginx-module/ngx_http_groonga_module.c    2012-06-28 18:10:01 +0900 (013f61c)
+++ src/nginx-module/ngx_http_groonga_module.c    2012-06-29 02:11:03 +0900 (ff3006c)
@@ -53,7 +53,7 @@ static char *ngx_http_groonga_merge_loc_conf(ngx_conf_t *cf,
                                              void *parent,
                                              void *child);
 
-static ngx_int_t ngx_http_groonga_pre_configuration(ngx_cycle_t *cycle);
+static ngx_int_t ngx_http_groonga_pre_configuration(ngx_conf_t *conf);
 
 static ngx_http_module_t ngx_http_groonga_module_ctx = {
   ngx_http_groonga_pre_configuration, /* preconfiguration */
@@ -371,7 +371,7 @@ ngx_http_groonga_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
 }
 
 static ngx_int_t
-ngx_http_groonga_pre_configuration(ngx_cycle_t *cycle)
+ngx_http_groonga_pre_configuration(ngx_conf_t *conf)
 {
   grn_rc rc;
 
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index