Message ID | 5230BA10.30509@dev.mellanox.co.il (mailing list archive) |
---|---|
State | Rejected |
Headers | show |
applied - thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/examples/rstream.c b/examples/rstream.c index 278437f..cf84716 100644 --- a/examples/rstream.c +++ b/examples/rstream.c @@ -586,6 +586,8 @@ int main(int argc, char **argv) rai_hints.ai_flags = RAI_NUMERICHOST | RAI_FAMILY; rai_hints.ai_family = AF_IB; use_rgai = 1; + } else { + fprintf(stderr, "Warning: unknown address format\n"); } break; case 'B':
Signed-off-by: Hal Rosenstock >hal@mellanox.com> --- -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html