]> git.ipfire.org Git - thirdparty/systemd.git/commit
import/pull-tar: fix flag set
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Wed, 26 Feb 2025 10:14:17 +0000 (11:14 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 26 Feb 2025 13:06:31 +0000 (13:06 +0000)
commit5d2d0c055b1ec68d4fc5d4ec85390fc427171ff3
tree1c2f8b5dd9ea59428310633969d5409502502424
parent2006e341d39d65e6675635c3062e2cb5b525dc10
import/pull-tar: fix flag set

There is a typo passing flags to `install_file()`, if `IMPORT_READ_ONLY` is set,
`IMPORT_SYNC` is never checked.
src/import/pull-tar.c