Commit bf6bebe22eff29c6b7ff744b809057acede4e615

Russell Belfer 2013-05-01T15:23:40

Factor out some code that needed to clear errors A number of places were looking up option config values and then not clearing the error codes if the values were not found. This moves the repeated pattern into a shared routine and adds the extra call to giterr_clear() when needed.