]> git.ipfire.org Git - thirdparty/util-linux.git/commit
uuidd: remove unnecessary bulk request size limit
authorSami Kerola <kerolasa@iki.fi>
Sat, 21 Nov 2020 21:24:10 +0000 (21:24 +0000)
committerSami Kerola <kerolasa@iki.fi>
Mon, 23 Nov 2020 22:48:07 +0000 (22:48 +0000)
commit0453925535bae517fdba09e98da578c1c67dcf58
tree802dcc6d8b34744fba69815ba3a7f5b13f9fe0cb
parentb4911618195b981db74d76f8254ab0df1b3ae850
uuidd: remove unnecessary bulk request size limit

Limiting random query to 1000 uuid's was pointless when the next line will
further restrict upper limit to 63 entries.  The 63 entries is what fits to
the uuidd communication buffer with the header.

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