Skip to content
Snippets Groups Projects
Commit e1631d0c authored by Mike Christie's avatar Mike Christie Committed by David Teigland
Browse files

dlm: set sctp assoc id during setup


sctp_assoc was not getting set so later lookups failed.

Signed-off-by: default avatarMike Christie <michaelc@cs.wisc.edu>
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent efad7e6b
No related merge requests found
......@@ -662,6 +662,7 @@ static void process_sctp_notification(struct connection *con,
log_print("connecting to %d sctp association %d",
nodeid, (int)sn->sn_assoc_change.sac_assoc_id);
new_con->sctp_assoc = sn->sn_assoc_change.sac_assoc_id;
/* Send any pending writes */
clear_bit(CF_CONNECT_PENDING, &new_con->flags);
clear_bit(CF_INIT_PENDING, &new_con->flags);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment