summaryrefslogtreecommitdiffstats
path: root/ctdb/ib
diff options
context:
space:
mode:
authorPeter Somogyi <psomogyi@gamax.hu>2006-12-14 18:21:39 +0100
committerPeter Somogyi <psomogyi@gamax.hu>2006-12-14 18:21:39 +0100
commit522ad11f0660f08dbc9b9e69bc2444c6c3d9c9a2 (patch)
tree7f9ced1978ebbe22cff80eca3f3b7fe682b78f71 /ctdb/ib
parentffefb5c24fa1707a87ca5328b3f463d87f2b908f (diff)
downloadsamba-522ad11f0660f08dbc9b9e69bc2444c6c3d9c9a2.tar.gz
samba-522ad11f0660f08dbc9b9e69bc2444c6c3d9c9a2.tar.xz
samba-522ad11f0660f08dbc9b9e69bc2444c6c3d9c9a2.zip
Raw impl. of ibwrapper test tool.
(basic functional test, compilable, untested) Adjusted makefile and ibwrapper state checking. (This used to be ctdb commit 82410f42fe5d428eda0ba96c11774e142f672d24)
Diffstat (limited to 'ctdb/ib')
-rw-r--r--ctdb/ib/ibwrapper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ctdb/ib/ibwrapper.c b/ctdb/ib/ibwrapper.c
index 998a0167d7..b70b6caad6 100644
--- a/ctdb/ib/ibwrapper.c
+++ b/ctdb/ib/ibwrapper.c
@@ -743,8 +743,6 @@ int ibw_connect(struct ibw_ctx *ctx, struct sockaddr_in *serv_addr, void *conn_u
return rc;
}
- assert(ctx->state==IBWS_READY);
-
rc = rdma_resolve_addr(pconn->cm_id, NULL, (struct sockaddr *) &serv_addr, 2000);
if (rc) {
sprintf(ibw_lasterr, "rdma_resolve_addr error %d\n", rc);