]> git.ipfire.org Git - thirdparty/systemd.git/commit
random-seed: no need to pass 'mode' argument when opening /dev/urandom
authorFranck Bui <fbui@suse.com>
Thu, 20 Oct 2022 06:52:10 +0000 (08:52 +0200)
committerFranck Bui <fbui@suse.com>
Tue, 25 Oct 2022 10:16:22 +0000 (12:16 +0200)
commit4620c0af5dc7a46ed3e213568e99d8a82c44553d
tree613f0122d92187bcae1845f509fea09b1d0a9202
parent205138d88abf2e087440803ee046128092b722c6
random-seed: no need to pass 'mode' argument when opening /dev/urandom

The open() call is not supposed to create /dev/urandom.

No functional change.
src/random-seed/random-seed.c