Skip to content

Commit

Permalink
Correctly initialize the job module.
Browse files Browse the repository at this point in the history
  • Loading branch information
kr committed Dec 14, 2008
1 parent 6cfe499 commit 717c773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_pq.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ static tube default_tube;
void
__CUT_BRINGUP__pq()
{
job_init();
TUBE_ASSIGN(default_tube, make_tube("default"));
/* When CUT 3.0 comes out it will fix this design flaw. For now we will
* just leak some queues during test. */
Expand Down

0 comments on commit 717c773

Please sign in to comment.