Skip to content

Commit

Permalink
permissions: connect to db from each process
Browse files Browse the repository at this point in the history
Many thanks to Wayne Davies from Five9 for reporting it!
  • Loading branch information
razvancrainea committed Sep 17, 2024
1 parent bb56a5a commit 4d79a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/permissions/permissions.c
Original file line number Diff line number Diff line change
Expand Up @@ -628,13 +628,13 @@ static int mod_init(void)

static int child_init(int rank)
{
return 0;
return mi_init_address();
}


static int mi_address_child_init(void)
{
return mi_init_address();
return 0;
}

/*
Expand Down

0 comments on commit 4d79a71

Please sign in to comment.