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)
int err;
snprintf(freezer, MAXPATHLEN,
LXCPATH "/%s/freezer.freeze", name);
LXCPATH "/%s/freezer.state", name);
file = fopen(freezer, "r");
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