Skip to content

Commit

Permalink
Add missing error check
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 16, 2020
1 parent d370f1b commit ad3a3b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/proc/proc_select.c
Original file line number Diff line number Diff line change
Expand Up @@ -2666,6 +2666,9 @@ grn_select_drilldown_execute(grn_ctx *ctx,
condition,
GRN_TEXT_VALUE(&log_tag_prefix),
GRN_TEXT_VALUE(&full_query_log_tag_prefix));
if (ctx->rc != GRN_SUCCESS) {
goto exit;
}
}

{
Expand Down

0 comments on commit ad3a3b5

Please sign in to comment.