Commit 38f7d026 by Russell Belfer

Need to clear ignored error from config load

parent cc6b4162
...@@ -489,6 +489,8 @@ static int load_config( ...@@ -489,6 +489,8 @@ static int load_config(
error != GIT_ENOTFOUND) error != GIT_ENOTFOUND)
goto on_error; goto on_error;
giterr_clear(); /* clear any lingering ENOTFOUND errors */
*out = cfg; *out = cfg;
return 0; return 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