summaryrefslogtreecommitdiffstats
path: root/src/lib/run_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/run_event.c')
-rw-r--r--src/lib/run_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/run_event.c b/src/lib/run_event.c
index a14b42ca..6efc51da 100644
--- a/src/lib/run_event.c
+++ b/src/lib/run_event.c
@@ -53,7 +53,7 @@ static int run_event_helper(struct run_event_state *state,
setenv("EVENT", event, 1);
/* Read, match, and execute lines from abrt_event.conf */
- int retval = -1;
+ int retval = 0;
struct dump_dir *dd = NULL;
char *next_line = xmalloc_fgetline(conffile);
while (next_line)