Commit 0ccaa85b by Stéphane Graber Committed by GitHub

Merge pull request #1483 from johnchen902/patch-1

Fix opening wrong file in suggest_default_idmap
parents f73d368b 6be7389a
......@@ -4560,7 +4560,7 @@ void suggest_default_idmap(void)
}
fclose(f);
f = fopen(subuidfile, "r");
f = fopen(subgidfile, "r");
if (!f) {
ERROR("Your system is not configured with subgids");
free(gname);
......
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