]> git.ipfire.org Git - thirdparty/systemd.git/commit
hibernate-util: return 1 for hibernation_is_safe only when all checks pass
authorMike Yuan <me@yhndnzj.com>
Sat, 25 Nov 2023 07:07:17 +0000 (15:07 +0800)
committerMike Yuan <me@yhndnzj.com>
Tue, 5 Dec 2023 08:52:19 +0000 (16:52 +0800)
commit232efdc5bd60be72d279a18052655a38fbc7547f
tree98ad831c7209c4c342fad4ba7384e059436c0a80
parent26522a66a312b5b8cb6c4ad123569ae22731762b
hibernate-util: return 1 for hibernation_is_safe only when all checks pass

The return value is currently not used, but let's correct this.
src/shared/hibernate-util.c