early
Reply-To: [EMAIL PROTECTED]

This patch fixes the problem as reported by Amith.

Signed-off-by: Pradipta Kumar Banerjee <[EMAIL PROTECTED]>

---

Index: rping.c
=============================================================================
--- rping.c.org 2006-06-23 00:22:17.000000000 +0530
+++ rping.c     2006-06-23 00:39:06.000000000 +0530
@@ -215,6 +215,7 @@ static int rping_cma_event_handler(struc
        case RDMA_CM_EVENT_DISCONNECTED:
                fprintf(stderr, "%s DISCONNECT EVENT...\n", cb->server ? 
"server" : "client");
                sem_post(&cb->sem);
+               ret = -1;
                break;
 
        case RDMA_CM_EVENT_DEVICE_REMOVAL:

_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to