Skip to content

Commit

Permalink
Merge pull request #187 from resetius/conf-remove-fix
Browse files Browse the repository at this point in the history
Fix removing group config

Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit authored Oct 8, 2022
2 parents 74ee953 + b688b25 commit 791495f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mcgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ int mcgroup_action(int cmd, const char *ifname, inet_addr_t *source, int src_len
}

if (!cmd) {
TAILQ_REMOVE(&kern_list, mcg, link);
TAILQ_REMOVE(&conf_list, mcg, link);
free_mc_sock(mcg->sd);
free(mcg);
}
Expand Down

0 comments on commit 791495f

Please sign in to comment.