mirror of
https://github.com/systemd/systemd
synced 2026-03-28 09:44:50 +01:00
Compare commits
No commits in common. "3f1487f5a0f84214175c870600a56021584301be" and "1509274359979079e3e61899ce12fc8b0f0958d9" have entirely different histories.
3f1487f5a0
...
1509274359
@ -2647,7 +2647,6 @@ static int offline_security_checks(char **filenames,
|
|||||||
const ManagerTestRunFlags flags =
|
const ManagerTestRunFlags flags =
|
||||||
MANAGER_TEST_RUN_MINIMAL |
|
MANAGER_TEST_RUN_MINIMAL |
|
||||||
MANAGER_TEST_RUN_ENV_GENERATORS |
|
MANAGER_TEST_RUN_ENV_GENERATORS |
|
||||||
MANAGER_TEST_RUN_IGNORE_DEPENDENCIES |
|
|
||||||
run_generators * MANAGER_TEST_RUN_GENERATORS;
|
run_generators * MANAGER_TEST_RUN_GENERATORS;
|
||||||
|
|
||||||
_cleanup_(manager_freep) Manager *m = NULL;
|
_cleanup_(manager_freep) Manager *m = NULL;
|
||||||
|
|||||||
@ -4154,7 +4154,7 @@ _public_ int sd_event_loop(sd_event *e) {
|
|||||||
assert_return(!event_pid_changed(e), -ECHILD);
|
assert_return(!event_pid_changed(e), -ECHILD);
|
||||||
assert_return(e->state == SD_EVENT_INITIAL, -EBUSY);
|
assert_return(e->state == SD_EVENT_INITIAL, -EBUSY);
|
||||||
|
|
||||||
_unused_ _cleanup_(sd_event_unrefp) sd_event *ref = sd_event_ref(e);
|
_unused_ _cleanup_(sd_event_unrefp) sd_event *ref = NULL;
|
||||||
|
|
||||||
while (e->state != SD_EVENT_FINISHED) {
|
while (e->state != SD_EVENT_FINISHED) {
|
||||||
r = sd_event_run(e, UINT64_MAX);
|
r = sd_event_run(e, UINT64_MAX);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user