mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
systemctl: tiny optimization
This commit is contained in:
parent
b1dffbb91b
commit
290cb8e883
@ -6449,7 +6449,7 @@ static int enable_sysv_units(const char *verb, char **args) {
|
||||
assert(f > 0);
|
||||
f--;
|
||||
assert(args[f] == name);
|
||||
strv_remove(args, name);
|
||||
strv_remove(args + f, name);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user