]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: Explicit initialize passthru command line options
authorDaniel Wagner <dwagner@suse.de>
Tue, 8 Mar 2022 11:52:46 +0000 (12:52 +0100)
committerDaniel Wagner <dwagner@suse.de>
Tue, 8 Mar 2022 14:54:06 +0000 (15:54 +0100)
commitb160e3f0d6be9799794294b80f4a83e87774ae24
tree41f95c66d35501b18922b70860c20916776f9330
parent2dbaa13d4dc71ac83ee5338591848e46cbf0ea57
nvme: Explicit initialize passthru command line options

The metadata config options needs to be initialized to an empty
string because we are using strlen to figure out if it is set or not.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
nvme.c