]> git.proxmox.com Git - libgit2.git/commit
config_file: honor error
authorschu <schu-github@schulog.org>
Fri, 16 Dec 2011 10:39:21 +0000 (11:39 +0100)
committerschu <schu-github@schulog.org>
Mon, 19 Dec 2011 15:07:21 +0000 (16:07 +0100)
commite95849c14f8c62a99f04600bb3a4f677156a78bd
treefd2b83deaf8038ef59285574b7e9bfb2b418bc6e
parentbe00b00dd1468f1c625ca3fadc61f2a16edfb8d5
config_file: honor error

Return an error if we can't write an updated version of the config file
after config_delete.

Along with that, fix an uninitialized warning.

Signed-off-by: schu <schu-github@schulog.org>
src/config_file.c