Re: [systemd-devel] [PATCH] systemctl: process only signals for jobs we really wait for

2013-09-12 Thread Lennart Poettering
On Thu, 12.09.13 15:42, Michal Sekletar (msekl...@redhat.com) wrote: Thanks! Applied! > wait_filter() callback shouldn't process JobRemove signals for arbitrary > jobs. It should only deal with signals for jobs which are included in > set of jobs we wait for. > --- > src/systemctl/systemctl.c |

[systemd-devel] [PATCH] systemctl: process only signals for jobs we really wait for

2013-09-12 Thread Michal Sekletar
wait_filter() callback shouldn't process JobRemove signals for arbitrary jobs. It should only deal with signals for jobs which are included in set of jobs we wait for. --- src/systemctl/systemctl.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/systemctl/sy