[Groonga-commit] groonga/groonga at f7f6c57 [master] groonga-httpd: add missing return

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Sep 26 13:12:39 JST 2013


Kouhei Sutou	2013-09-26 13:12:39 +0900 (Thu, 26 Sep 2013)

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

  Message:
    groonga-httpd: add missing return

  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    2013-09-26 13:11:35 +0900 (d23f779)
+++ src/httpd/nginx-module/ngx_http_groonga_module.c    2013-09-26 13:12:39 +0900 (16180d4)
@@ -277,6 +277,7 @@ ngx_http_groonga_context_init(grn_ctx *context,
                                                       log);
   if (status == NGX_ERROR) {
     grn_ctx_fin(context);
+    return status;
   }
 
   if (location_conf->cache) {
-------------- next part --------------
HTML����������������������������...
下载 



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