[ltrace-commits] 01/01: Fix an error path problem introduced in last commit
Petr Machata
pmachata-guest at moszumanska.debian.org
Fri Aug 8 15:06:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
pmachata-guest pushed a commit to branch master
in repository ltrace.
commit f96635a03b3868057db5c2d7972d5533e2068345
Author: Petr Machata <pmachata at redhat.com>
Date: Fri Aug 8 17:05:46 2014 +0200
Fix an error path problem introduced in last commit
---
read_config_file.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/read_config_file.c b/read_config_file.c
index 05ff283..e9c050d 100644
--- a/read_config_file.c
+++ b/read_config_file.c
@@ -1140,7 +1140,7 @@ process_line(struct protolib *plib, struct locus *loc, char *buf)
report_error(loc->filename,
loc->line_no,
"%s", strerror(errno));
- return -1;
+ goto err;
}
have_stop = 1;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ltrace.git
More information about the ltrace-commits
mailing list