]> git.ipfire.org Git - thirdparty/util-linux.git/commit
uuidd: fix random UUIDs
authorKarel Zak <kzak@redhat.com>
Mon, 10 Oct 2022 07:37:51 +0000 (09:37 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 10 Oct 2022 07:37:51 +0000 (09:37 +0200)
commitb408a291d39e9b637f6104eb4e1f8e60816421e2
treed9ccf92cc911df6658fde404ad879221429f89d6
parentd90b36c98e04e13dd075da59a172bf17304c0b52
uuidd: fix random UUIDs

Commit f27876f introduces copy & past bug and replaces
__uuid_generate_random() with __uuid_generate_time().

Fixes: https://github.com/util-linux/util-linux/issues/1837
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/uuidd.c