commit | 5c689a6e53a01ab8ff542a2a6d4a6199b8a2af91 | [log] [download] |
---|---|---|
author | Darren Reed <darrenr@pobox.com> | Sun Sep 16 03:37:13 2007 +0000 |
committer | Darren Reed <darrenr@pobox.com> | Sun Sep 16 03:37:13 2007 +0000 |
tree | 8fdda5de68ca5169c1115c30017424d558707011 | |
parent | 76c107dcab4985a62605d04cece0be029c36b36e [diff] |
Returning from m_pulldown can leave the first mbut with no data (m_len = 0). The mbuf chain wasn't being walked and thus fin_m was not updated to point to the new first mbuf with data in it.