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

node infiniband: fixed a typo

This commit is contained in:
Sonja Kolen 2018-08-08 09:50:05 +02:00
parent 0f7d08364d
commit eabd3dbb32

View file

@ -286,7 +286,7 @@ int ib_parse(struct node *n, json_t *cfg)
ib->qp_init.qp_type = IBV_QPT_UC;
#else
error("Unreliable Connected (UC) mode is only available with an adapted version of librdma. Please"
"read the Infiniband node type Documentation for more information on UC!",
"read the Infiniband node type Documentation for more information on UC!");
#endif
}
else if (strcmp(transport_mode, "UD") == 0) {