mirror of
https://github.com/systemd/systemd.git
synced 2025-03-09 12:58:26 +03:00
`global` is needed only when assigning a new value to the global variable; it's not necessary when modifying a mutable object (in our case we just append items to the global list).