1
0
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:
Mike Yuan 2023-12-08 19:46:53 +08:00
parent 4ae703b2b5
commit c0e82e3a23
No known key found for this signature in database
GPG Key ID: 417471C0A40F58B3

View File

@ -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) {