Commit 70a59143 by dlezcano

Fix using the right file name for the freezer

parent 4345ad0d
...@@ -165,7 +165,7 @@ static int freezer_state(const char *name) ...@@ -165,7 +165,7 @@ static int freezer_state(const char *name)
int err; int err;
snprintf(freezer, MAXPATHLEN, snprintf(freezer, MAXPATHLEN,
LXCPATH "/%s/freezer.freeze", name); LXCPATH "/%s/freezer.state", name);
file = fopen(freezer, "r"); file = fopen(freezer, "r");
if (!file) if (!file)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment