[ofa-general] RE: [Bug 581] rdma_get_src_port() not returning the correct port.

2007-04-25 Thread Sean Hefty
Can you give this a try? The source address was being overwritten by whatever the user passed into rdma_bind_addr. Signed-off-by: Sean Hefty [EMAIL PROTECTED] --- diff --git a/src/cma.c b/src/cma.c index c5f8cd9..fdadb69 100644 --- a/src/cma.c +++ b/src/cma.c @@ -509,12 +509,7 @@ int

[ofa-general] RE: [Bug 581] rdma_get_src_port() not returning the correct port.

2007-04-25 Thread Steve Wise
That works! Acked-by: Steve Wise [EMAIL PROTECTED] On Wed, 2007-04-25 at 15:47 -0700, Sean Hefty wrote: Can you give this a try? The source address was being overwritten by whatever the user passed into rdma_bind_addr. Signed-off-by: Sean Hefty [EMAIL PROTECTED] --- diff --git