]> git.ipfire.org Git - thirdparty/systemd.git/commit
portable-util: drop spurious -ENXIO check for xdg_user_config_dir()
authorMike Yuan <me@yhndnzj.com>
Mon, 2 Feb 2026 09:50:40 +0000 (10:50 +0100)
committerMike Yuan <me@yhndnzj.com>
Thu, 5 Feb 2026 13:14:38 +0000 (14:14 +0100)
commit7dc7cc02fb40e50f63a63451a27c75e7ea8bf1d5
tree4ddbc9d96c9bafb6889f3a590a7b427bdccdbe0d
parentde0da85d41b207b850aa0f68bb2436525389cf2b
portable-util: drop spurious -ENXIO check for xdg_user_config_dir()

Unlike $XDG_RUNTIME_DIR the user config dir has a default
value, hence -ENXIO is not really expected.
src/shared/portable-util.c