mirror of
https://github.com/systemd/systemd.git
synced 2025-02-08 09:57:41 +03:00
core/exec-invoke: voidify one rename_process call
This commit is contained in:
parent
4ae703b2b5
commit
c0e82e3a23
@ -1345,7 +1345,7 @@ static void rename_process_from_path(const char *path) {
|
||||
process_name[1+l] = ')';
|
||||
process_name[1+l+1] = 0;
|
||||
|
||||
rename_process(process_name);
|
||||
(void) rename_process(process_name);
|
||||
}
|
||||
|
||||
static bool context_has_address_families(const ExecContext *c) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user