1
0
mirror of https://github.com/systemd/systemd synced 2026-03-28 01:34:52 +01:00

Compare commits

..

No commits in common. "3f1487f5a0f84214175c870600a56021584301be" and "1509274359979079e3e61899ce12fc8b0f0958d9" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -2647,7 +2647,6 @@ static int offline_security_checks(char **filenames,
const ManagerTestRunFlags flags =
MANAGER_TEST_RUN_MINIMAL |
MANAGER_TEST_RUN_ENV_GENERATORS |
MANAGER_TEST_RUN_IGNORE_DEPENDENCIES |
run_generators * MANAGER_TEST_RUN_GENERATORS;
_cleanup_(manager_freep) Manager *m = NULL;

View File

@ -4154,7 +4154,7 @@ _public_ int sd_event_loop(sd_event *e) {
assert_return(!event_pid_changed(e), -ECHILD);
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) {
r = sd_event_run(e, UINT64_MAX);