[Groonga-commit] groonga/groonga at 996d3b1 [master] groonga-httpd: add missing flag intialization

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 7 23:40:13 JST 2015


Kouhei Sutou	2015-01-07 23:40:13 +0900 (Wed, 07 Jan 2015)

  New Revision: 996d3b1d777d29e8b0814102dfa12c74b72c02bb
  https://github.com/groonga/groonga/commit/996d3b1d777d29e8b0814102dfa12c74b72c02bb

  Message:
    groonga-httpd: add missing flag intialization

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

  Modified: src/httpd/nginx-module/ngx_http_groonga_module.c (+1 -0)
===================================================================
--- src/httpd/nginx-module/ngx_http_groonga_module.c    2015-01-07 23:39:01 +0900 (4f51f42)
+++ src/httpd/nginx-module/ngx_http_groonga_module.c    2015-01-07 23:40:13 +0900 (485a86b)
@@ -351,6 +351,7 @@ ngx_http_groonga_grn_obj_to_ngx_buf(ngx_pool_t *pool, grn_obj *object)
   buffer->pos = (u_char *)GRN_TEXT_VALUE(object);
   buffer->last = (u_char *)GRN_TEXT_VALUE(object) + GRN_TEXT_LEN(object);
   buffer->memory = 1;    /* this buffer is in memory */
+  buffer->in_file = 0;
 
   return buffer;
 }
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index