Message ID | 1398093444-24384-1-git-send-email-pmacarth@iol.unh.edu (mailing list archive) |
---|---|
State | Rejected |
Headers | show |
Hi, Sean,
Add:
Signed-off-by: Patrick MacArthur <pmacarth@iol.unh.edu>
I can resend the patch if you would like.
Thanks,
Patrick
> Signed-off-by: Patrick MacArthur <pmacarth@iol.unh.edu> > > I can resend the patch if you would like. thanks - no need to resend -- 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 27326c2ebc7f..05598a89755d 100644 --- a/examples/rstream.c +++ b/examples/rstream.c @@ -577,7 +577,7 @@ static int set_test_opt(char *optarg) flags = (flags & ~MSG_DONTWAIT) | MSG_WAITALL; } else if (!strncasecmp("nonblock", optarg, 8)) { flags |= MSG_DONTWAIT; - } else if (strncasecmp("resolve", optarg, 7)) { + } else if (!strncasecmp("resolve", optarg, 7)) { use_rgai = 1; } else if (!strncasecmp("verify", optarg, 6)) { verify = 1;