Fix a bug in get_all_permutations.
This line was missing in the previous patch for some reason. Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
2e67a5f449
commit
0cb022e052
@ -291,6 +291,7 @@ struct pll * get_all_permutations(struct pack_list *list)
|
||||
hint[0] = new_pll;
|
||||
new_pll->next = NULL;
|
||||
new_pll->pl = list;
|
||||
new_pll->pl_size = 1;
|
||||
return new_pll;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user