mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 21:51:37 +00:00
initctl: don't eat up error code
This commit is contained in:
@@ -218,7 +218,7 @@ static int fifo_process(Fifo *f) {
|
||||
return 0;
|
||||
|
||||
log_warning("Failed to read from fifo: %m");
|
||||
return -1;
|
||||
return -errno;
|
||||
}
|
||||
|
||||
f->bytes_read += l;
|
||||
|
||||
Reference in New Issue
Block a user