From a1275c845a4ba0b355395d7bc3473509f4695b8e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 17 May 2011 15:53:45 +0200 Subject: run_event.c: fix "EVENT=post-create component=mypkg doesn't work" bug. Closes bz#531365 Signed-off-by: Denys Vlasenko --- src/include/report/run_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') 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; }; -- cgit