]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - rdma/rdma.c
rdma: initialize the rd struct
[mirror_iproute2.git] / rdma / rdma.c
index ab2c96084b0399fb51090150f06ac203f53159ec..b43e5385ad0a43e4c65ff2d173cc9a49b1004f50 100644 (file)
@@ -135,7 +135,7 @@ int main(int argc, char **argv)
        bool json_output = false;
        bool force = false;
        char *filename;
-       struct rd rd;
+       struct rd rd = {};
        int opt;
        int err;