]> git.ipfire.org Git - thirdparty/util-linux.git/commit
uuidd: make timeout to take effect when debug is not defined
authorSami Kerola <kerolasa@iki.fi>
Sat, 21 Nov 2020 22:12:36 +0000 (22:12 +0000)
committerSami Kerola <kerolasa@iki.fi>
Mon, 23 Nov 2020 22:48:08 +0000 (22:48 +0000)
commitf187035d73aba923fd587b3cc7abf3b033f0ccb8
tree50856089d6c836f8eedeae67a306eef153598330
parent0453925535bae517fdba09e98da578c1c67dcf58
uuidd: make timeout to take effect when debug is not defined

The trailing comma made code to compile without issues, but meant all_done()
was called only when --debug was in defined in command-line.

Fixes: 3d6250e96b0041a3cbe2f8dd3e746cca5d6ac121
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
misc-utils/uuidd.c