]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/install: try even harder to make sure variable is initalized 12116/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 26 Mar 2019 11:46:02 +0000 (12:46 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 26 Mar 2019 18:58:17 +0000 (19:58 +0100)
commit10fd1d46fc842e0a7f0781f7c7312fb2d9a3d04f
treec8130bf7f35388e520b702ad8277e67f1fbfd16c
parent9ca58284756a4e10fd7913741f24ab3e3cc0f161
shared/install: try even harder to make sure variable is initalized

Apparently the fix in a05294ff05923563087b53c1db64816130be3b34 was
not sufficient. Let's declare the two arrays as static variables.
src/shared/install.c