1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

shared/install: drop unneeded initialization

This commit is contained in:
Mike Yuan 2024-06-19 18:44:26 +02:00
parent de732ade09
commit dd6b325a05
No known key found for this signature in database
GPG Key ID: 417471C0A40F58B3

View File

@ -2009,7 +2009,7 @@ static int install_info_symlink_wants(
UnitNameFlags valid_dst_type = UNIT_NAME_ANY;
const char *n;
int r = 0, q;
int r, q;
assert(info);
assert(lp);