]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: fix invalid error message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Oct 2017 23:57:54 +0000 (08:57 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Oct 2017 23:57:59 +0000 (08:57 +0900)
commite2b0cc3415980f7a145f8772f4ae0a4ad0fbe85a
tree6ac7341558d17a6ed00fbdbf33833e9afc58496b
parent9ec655cbbd7505ef465e0444da0622e46099ce42
core: fix invalid error message

The error message corresponds to EILSEQ is "Invalid or incomplete
multibyte or wide character", and is not suitable in this case.
So, let's show a custom error message when the function
dynamic_creds_realize() returns -EILSEQ.
src/core/execute.c