1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-11 05:17:44 +03:00

shared/install: consistently use 'lp' as the name for the LookupPaths instance

Most of the codebase does this. Here we were using 'p' or 'paths'
instead. Those names are very generic and not good for a "global-like"
object like the LookupPaths instance. And we also have 'path' variable,
and it's confusing to have 'path' and 'paths' in the same function that
are unrelated.

Also pass down LookupPaths* lower in the call stack, in preparation for
future changes.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-03-02 17:17:39 +01:00 committed by Lennart Poettering
parent 1219bd4306
commit c3e7fba07c

File diff suppressed because it is too large Load Diff