chiark / gitweb /
systemctl: process only signals for jobs we really wait for
authorMichal Sekletar <msekleta@redhat.com>
Thu, 12 Sep 2013 13:42:24 +0000 (15:42 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 12 Sep 2013 16:09:08 +0000 (18:09 +0200)
commitc1e784feb4756226f09a94feeed81a3c0d9aac5e
tree87f55ceb8bcb4f4bd91d9858eb373950f8c9252f
parent7de778beab01a3184ee37a3e3b8cf23f40b996e4
systemctl: process only signals for jobs we really wait for

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