Skip to content

Commit

Permalink
more cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Nyberg <jens.nyberg@gmail.com>
  • Loading branch information
jezze committed Nov 3, 2018
1 parent 0b35387 commit 3068550
Show file tree
Hide file tree
Showing 25 changed files with 152 additions and 181 deletions.
2 changes: 1 addition & 1 deletion lib/abi/job.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static void runjob(struct event_header *iheader, struct event_header *oheader, s
for (j = 0; j < count; j++)
{

event_requestinit(oheader, iheader, job[j].id);
event_requestinit(oheader, iheader, job[j].id, session);

for (x = count; x > j + 1; x--)
event_route(oheader, job[x - 1].id);
Expand Down
Loading

0 comments on commit 3068550

Please sign in to comment.