]> git.ipfire.org Git - thirdparty/bind9.git/commit
Then rename(2) is guaranteed to succeed
authorOndřej Surý <ondrej@isc.org>
Thu, 6 Apr 2023 09:37:33 +0000 (11:37 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 27 Nov 2024 17:55:33 +0000 (18:55 +0100)
commit47ffd0884ce002bdda86bc907219a6cb9783d68d
tree32be5ee1f5e052eb4ac44793d305f699992e0dff
parent5b96cbea01c3cbbf06c85dd1fbe614569a6bb00b
Then rename(2) is guaranteed to succeed

As we don't support Windows anymore, we can rely on the fact that rename
on POSIX guarantees that the newpath will be atomically replaced.
lib/dns/journal.c