Skip to content

Commit

Permalink
cgfsng: cg_unified_get_current_cgroup()
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Feb 21, 2018
1 parent d251d92 commit 300c37a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lxc/cgroups/cgfsng.c
Expand Up @@ -1352,8 +1352,7 @@ static int cg_is_pure_unified(void)
/* Get current cgroup from /proc/self/cgroup for the cgroupfs v2 hierarchy. */
static char *cg_unified_get_current_cgroup(void)
{
char *basecginfo;
char *base_cgroup;
char *basecginfo, *base_cgroup;
bool will_escape;
char *copy = NULL;

Expand Down

0 comments on commit 300c37a

Please sign in to comment.