summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.c
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2016-04-07 09:34:41 +0000
committerrrs <rrs@FreeBSD.org>2016-04-07 09:34:41 +0000
commitd7c17f7512ce19f20a6db9d6cd29668a69ba14c7 (patch)
tree841cf1bca4f00cf884067b1f1d7da6eec7261f48 /sys/netinet/sctputil.c
parent28010098ff581463a55af664c04cb7e237c28156 (diff)
downloadFreeBSD-src-d7c17f7512ce19f20a6db9d6cd29668a69ba14c7.zip
FreeBSD-src-d7c17f7512ce19f20a6db9d6cd29668a69ba14c7.tar.gz
A couple of minor changes that I missed that Michael had done, most noted
in these is the change to non-strict ordering for incoming data (this will make pkt-drill test 14 fail but its expected).
Diffstat (limited to 'sys/netinet/sctputil.c')
-rw-r--r--sys/netinet/sctputil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctputil.c b/sys/netinet/sctputil.c
index 87aa519..ced18fe 100644
--- a/sys/netinet/sctputil.c
+++ b/sys/netinet/sctputil.c
@@ -6100,7 +6100,7 @@ wait_some_more:
* corrupt?
*/
#ifdef INVARIANTS
- panic("Impossible data==NULL length !=0 control:%p stcb:%p length:%d", control, stcb, control->length);
+ panic("Impossible data==NULL length !=0");
#endif
out_flags |= MSG_EOR;
out_flags |= MSG_TRUNC;
OpenPOWER on IntegriCloud