Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109346088
D44619.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
380 B
Referenced Files
None
Subscribers
None
D44619.diff
View Options
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -1086,7 +1086,7 @@
/* We don't use the pointer */
*ptr = NULL;
- KASSERT(tp->t_state >= 0 && tp->t_state < TCPS_TIME_WAIT,
+ KASSERT(tp->t_state < TCPS_TIME_WAIT,
("%s: connection %p in unexpected state %d", __func__, tp,
tp->t_state));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 4, 8:57 PM (21 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16460613
Default Alt Text
D44619.diff (380 B)
Attached To
Mode
D44619: tcp: address warning
Attached
Detach File
Event Timeline
Log In to Comment