]> git.ipfire.org Git - thirdparty/util-linux.git/commit
blkid: fix call to err_exclusive_options
authorThomas Weißschuh <thomas@t-8ch.de>
Mon, 2 Oct 2023 09:39:53 +0000 (11:39 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Mon, 2 Oct 2023 09:44:28 +0000 (11:44 +0200)
commitee84a3bfaf1706269c3a54a546bb057189556e67
treef82bce67cfe10473350a9c99d993e4ada1affe87
parentd3278188954e1b710ede9541395e0abf3f6b2a14
blkid: fix call to err_exclusive_options

err_exclusive_options needs to be passed the long options array,
otherwise it will crash.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
misc-utils/blkid.c