Skip to content

Commit

Permalink
Revert "daemon/cmld: reattach token on container reload"
Browse files Browse the repository at this point in the history
This reverts commit 7ae3e11.
This workaround is obsolete since laste commit.

Signed-off-by: Michael Weiß <[email protected]>
  • Loading branch information
quitschbo committed Jan 13, 2025
1 parent c59dd48 commit f5fb5b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions daemon/cmld.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,6 @@ cmld_reload_container(const uuid_t *uuid, const char *path)

cmld_containers_list = list_remove(cmld_containers_list, c_current);
container_free(c_current);
// container_free() releases the token in scd, thus reattach it
container_token_attach(c);
}

DEBUG("Loaded config for container %s", container_get_name(c));
Expand Down

0 comments on commit f5fb5b1

Please sign in to comment.