We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bae38 commit 2869189Copy full SHA for 2869189
net/rds/ib_cm.c
@@ -861,9 +861,7 @@ int rds_ib_cm_handle_connect(struct rdma_cm_id *cm_id,
861
862
acl_ret = rds_ib_match_acl(cm_id, dp->dp_saddr);
863
if (acl_ret < 0) {
864
- int reject_reason = RDS_ACL_FAILURE;
865
-
866
- rdma_reject(cm_id, &reject_reason, sizeof(int));
+ err = RDS_ACL_FAILURE;
867
rdsdebug("RDS: IB: passive: rds_ib_match_acl failed\n");
868
goto out;
869
}
0 commit comments