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 4685b28 commit 177d6cdCopy full SHA for 177d6cd
src/test/test-socket-bind.c
@@ -83,7 +83,7 @@ static int test_socket_bind(
83
while (!IN_SET(SERVICE(u)->state, SERVICE_DEAD, SERVICE_FAILED)) {
84
r = sd_event_run(m->event, UINT64_MAX);
85
if (r < 0)
86
- return log_error_errno(errno, "Event run failed %m");
+ return log_error_errno(r, "Event run failed %m");
87
}
88
89
cld_code = SERVICE(u)->exec_command[SERVICE_EXEC_START]->exec_status.code;
0 commit comments