Skip to content

Commit

Permalink
Merge pull request #715 from shaitan/corefix
Browse files Browse the repository at this point in the history
fix using improper index
  • Loading branch information
bioothod authored Aug 19, 2016
2 parents cf70a80 + 4bbc576 commit 2473014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/route.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static int dnet_cmd_join_client(struct dnet_net_state *st, struct dnet_cmd *cmd,
i, id_container->backends_count,
j, backend->ids_count, cnt->addr_num, idx,
backend->backend_id, backend->group_id,
dnet_dump_id_str(backend->ids[i].id));
dnet_dump_id_str(backend->ids[j].id));
}
}

Expand Down

0 comments on commit 2473014

Please sign in to comment.