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:
parent
d59dcdc0b2
commit
95b42a509e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue