summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-05-17 15:53:45 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-05-17 15:53:45 +0200
commita1275c845a4ba0b355395d7bc3473509f4695b8e (patch)
treed0e903707ed1fffc4dc73f87064c4763d404c89d /src/include
parentb3ad2fb990b193906c3243673ac15b056eb148dc (diff)
downloadabrt-a1275c845a4ba0b355395d7bc3473509f4695b8e.tar.gz
abrt-a1275c845a4ba0b355395d7bc3473509f4695b8e.tar.xz
abrt-a1275c845a4ba0b355395d7bc3473509f4695b8e.zip
run_event.c: fix "EVENT=post-create component=mypkg doesn't work" bug. Closes bz#531365
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/report/run_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/report/run_event.h b/src/include/report/run_event.h
index 12528920..9726b643 100644
--- a/src/include/report/run_event.h
+++ b/src/include/report/run_event.h
@@ -41,7 +41,7 @@ struct run_event_state {
void *logging_param;
/* Internal data for async command execution */
- GList *commands;
+ GList *rule_list;
pid_t command_pid;
int command_out_fd;
};