Skip to content

Commit

Permalink
load: add missing LOADER_END for invalid input type
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 15, 2016
1 parent 81c16a2 commit 5cac385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/db.c
Expand Up @@ -13559,6 +13559,7 @@ grn_load_(grn_ctx *ctx, grn_content_type input_type,
case GRN_CONTENT_MSGPACK :
case GRN_CONTENT_GROONGA_COMMAND_LIST :
ERR(GRN_FUNCTION_NOT_IMPLEMENTED, "unsupported input_type");
loader->stat = GRN_LOADER_END;
// todo
break;
}
Expand Down

0 comments on commit 5cac385

Please sign in to comment.