mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove a left-over debug printf().
This commit is contained in:
parent
3378bfdb23
commit
24a9e1b53b
1 changed files with 0 additions and 10 deletions
|
|
@ -906,11 +906,6 @@ sctp_handle_shutdown(struct sctp_shutdown_chunk *cp,
|
|||
asoc->control_pdapi->on_strm_q);
|
||||
}
|
||||
}
|
||||
printf("%s:%d End added to ctl:%p (%d)\n",
|
||||
__FUNCTION__,
|
||||
__LINE__,
|
||||
asoc->control_pdapi,
|
||||
asoc->control_pdapi->on_strm_q);
|
||||
asoc->control_pdapi->end_added = 1;
|
||||
asoc->control_pdapi->pdapi_aborted = 1;
|
||||
asoc->control_pdapi = NULL;
|
||||
|
|
@ -1026,11 +1021,6 @@ sctp_handle_shutdown_ack(struct sctp_shutdown_ack_chunk *cp SCTP_UNUSED,
|
|||
* With a normal shutdown we assume the end of last record.
|
||||
*/
|
||||
SCTP_INP_READ_LOCK(stcb->sctp_ep);
|
||||
printf("%s:%d End added to ctl:%p (%d)\n",
|
||||
__FUNCTION__,
|
||||
__LINE__,
|
||||
asoc->control_pdapi,
|
||||
asoc->control_pdapi->on_strm_q);
|
||||
asoc->control_pdapi->end_added = 1;
|
||||
asoc->control_pdapi->pdapi_aborted = 1;
|
||||
asoc->control_pdapi = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue