diff options
author | Michael Tuexen <tuexen@FreeBSD.org> | 2012-05-17 17:02:47 +0000 |
---|---|---|
committer | Michael Tuexen <tuexen@FreeBSD.org> | 2012-05-17 17:02:47 +0000 |
commit | 8b42cfa7087021cf054b350747515d1b2f9e607f (patch) | |
tree | 15ca35a04dbf45366f607a6c17f5671038312ba9 /sys/netinet/sctp_output.c | |
parent | f9125c3ec9b282e2b8b90a91e90f8e5a9307d591 (diff) | |
download | src-test2-8b42cfa7087021cf054b350747515d1b2f9e607f.tar.gz src-test2-8b42cfa7087021cf054b350747515d1b2f9e607f.zip |
Notes
Diffstat (limited to 'sys/netinet/sctp_output.c')
-rw-r--r-- | sys/netinet/sctp_output.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/sctp_output.c b/sys/netinet/sctp_output.c index f83273853a8d..083c06906f45 100644 --- a/sys/netinet/sctp_output.c +++ b/sys/netinet/sctp_output.c @@ -13610,8 +13610,7 @@ skip_preblock: dataless_eof: /* EOF thing ? */ if ((srcv->sinfo_flags & SCTP_EOF) && - (got_all_of_the_send == 1) && - (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE)) { + (got_all_of_the_send == 1)) { int cnt; SCTP_STAT_INCR(sctps_sends_with_eof); |