|
@@ -2082,7 +2082,7 @@ sctp_disposition_t sctp_sf_do_5_2_4_dupcook(struct net *net,
|
|
}
|
|
}
|
|
|
|
|
|
/* Delete the tempory new association. */
|
|
/* Delete the tempory new association. */
|
|
- sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc));
|
|
|
|
|
|
+ sctp_add_cmd_sf(commands, SCTP_CMD_SET_ASOC, SCTP_ASOC(new_asoc));
|
|
sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
|
|
sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
|
|
|
|
|
|
/* Restore association pointer to provide SCTP command interpeter
|
|
/* Restore association pointer to provide SCTP command interpeter
|