1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

infiniband: fix segfault

This commit is contained in:
Steffen Vogel 2019-03-31 22:42:58 +02:00
parent d59dcdc0b2
commit 95b42a509e

View file

@ -192,7 +192,7 @@ int ib_parse(struct node *n, json_t *cfg)
json_t *json_out = NULL;
json_error_t err;
ret = json_unpack_ex(cfg, &err, 0, "{s?: o, s?: o, s?: s, s?: s}",
ret = json_unpack_ex(cfg, &err, 0, "{ s?: o, s?: o, s?: s }",
"in", &json_in,
"out", &json_out,
"rdma_transport_mode", &transport_mode