diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:05:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:05:53 +0000 |
commit | cdb4f2853e722392481f9b3b52dd175dfeffec5a (patch) | |
tree | 156a2dcee1cbe550b5014eb6a0833a1cee6bda65 /examples | |
parent | Releasing debian version 1.8-3. (diff) | |
download | libnvme-cdb4f2853e722392481f9b3b52dd175dfeffec5a.tar.xz libnvme-cdb4f2853e722392481f9b3b52dd175dfeffec5a.zip |
Merging upstream version 1.9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/mi-mctp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/mi-mctp.c b/examples/mi-mctp.c index e0b7644..75437c0 100644 --- a/examples/mi-mctp.c +++ b/examples/mi-mctp.c @@ -677,8 +677,8 @@ int main(int argc, char **argv) nvme_root_t root; nvme_mi_ep_t ep; bool dbus = false, usage = true; - uint8_t eid; - int rc = 0, net; + uint8_t eid = 0; + int rc = 0, net = 0; if (argc >= 2 && strcmp(argv[1], "dbus") == 0) { usage = false; |