Skip to content

Commit

Permalink
imc: imc.list_rooms returns a rpc array
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 3, 2017
1 parent 0617885 commit 7248d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/imc/imc.c
Expand Up @@ -807,7 +807,7 @@ static const char* imc_rpc_list_members_doc[2] = {
};

rpc_export_t imc_rpc[] = {
{"imc.list_rooms", imc_rpc_list_rooms, imc_rpc_list_rooms_doc, 0},
{"imc.list_rooms", imc_rpc_list_rooms, imc_rpc_list_rooms_doc, RET_ARRAY},
{"imc.list_members", imc_rpc_list_members, imc_rpc_list_members_doc, 0},
{0, 0, 0, 0}
};
Expand Down

0 comments on commit 7248d3b

Please sign in to comment.