Merge pull request #2224 from keszybz/analyze-verify-warning

manager: do not set up signals in test mode
This commit is contained in:
Lennart Poettering 2015-12-26 18:53:50 +01:00
commit 3260929919

View file

@ -410,6 +410,9 @@ static int manager_setup_signals(Manager *m) {
assert(m);
if (m->test_run)
return 0;
assert_se(sigaction(SIGCHLD, &sa, NULL) == 0);
/* We make liberal use of realtime signals here. On