Message ID | 2de3f506d81317bab93103874147c5eb90b56798.1522097991.git.swise@opengridcomputing.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
diff --git a/rdma/rdma.c b/rdma/rdma.c index ab2c960..b43e538 100644 --- a/rdma/rdma.c +++ b/rdma/rdma.c @@ -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;