Fix comment.
This commit is contained in:
parent
f97da128ab
commit
761a9a1f8d
@ -813,7 +813,7 @@ sbflush_internal(struct sockbuf *sb)
|
||||
|
||||
while (sb->sb_mbcnt) {
|
||||
/*
|
||||
* Don't call sbdrop(sb, 0) if the leading mbuf is non-empty:
|
||||
* Don't call sbcut(sb, 0) if the leading mbuf is non-empty:
|
||||
* we would loop forever. Panic instead.
|
||||
*/
|
||||
if (!sb->sb_cc && (sb->sb_mb == NULL || sb->sb_mb->m_len))
|
||||
|
Loading…
Reference in New Issue
Block a user