We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ea7c5 commit cc8376eCopy full SHA for cc8376e
src/test/test-bpf-lsm.c
@@ -46,7 +46,7 @@ static int test_restrict_filesystems(Manager *m, const char *unit_name, const ch
46
while (!IN_SET(SERVICE(u)->state, SERVICE_DEAD, SERVICE_FAILED)) {
47
r = sd_event_run(m->event, UINT64_MAX);
48
if (r < 0)
49
- return log_error_errno(errno, "Event run failed %m");
+ return log_error_errno(r, "Event run failed %m");
50
}
51
52
cld_code = SERVICE(u)->exec_command[SERVICE_EXEC_START]->exec_status.code;
0 commit comments