Kouhei Sutou
null+****@clear*****
Fri Apr 1 18:41:19 JST 2016
Kouhei Sutou 2016-04-01 18:41:19 +0900 (Fri, 01 Apr 2016) New Revision: 5f924051b27cc358eda3f998a57b13cab895556b https://github.com/groonga/groonga/commit/5f924051b27cc358eda3f998a57b13cab895556b Message: Remove needless rc check Modified files: lib/ctx.c Modified: lib/ctx.c (+0 -1) =================================================================== --- lib/ctx.c 2016-04-01 18:32:53 +0900 (de54847) +++ lib/ctx.c 2016-04-01 18:41:19 +0900 (7c77824) @@ -1482,7 +1482,6 @@ grn_ctx_qe_exec_uri(grn_ctx *ctx, const char *path, uint32_t path_len) GRN_BULK_REWIND(&request_id); p = grn_text_cgidec(ctx, &request_id, p, e, HTTP_QUERY_PAIRS_DELIMITERS); - if (ctx->rc) { goto exit; } } else if (l == OUTPUT_PRETTY_LEN && !memcmp(v, OUTPUT_PRETTY, OUTPUT_PRETTY_LEN)) { GRN_BULK_REWIND(&buf); -------------- next part -------------- HTML����������������������������...Download