Skip to content

Commit

Permalink
tm: iterate over the destination set starting from 0
Browse files Browse the repository at this point in the history
  • Loading branch information
grumvalski committed Sep 4, 2015
1 parent 27bed65 commit 380712a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/tm/t_append_branches.c
Expand Up @@ -109,9 +109,8 @@ int t_append_branches(void) {
set_branch_route(t->on_branch_delayed);
}

/* not really sure that the following is needed */
init_branch_iterator();

set_branch_iterator(nr_branches-1);
found = 0;
while((current_uri.s=next_branch( &current_uri.len, &q, &dst_uri, &path,
&bflags, &si, &ruid, &instance, &location_ua))) {
Expand Down

0 comments on commit 380712a

Please sign in to comment.