Commit b7b1acfd by Sebastian Bauer

Clear local error variable after invoking giterr_clear().

parent 4a4aee11
......@@ -1015,6 +1015,7 @@ static int repo_init_structure(
/* if template was default, ignore error and use internal */
giterr_clear();
external_tpl = false;
error = 0;
}
}
......
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