Ensure the next pointer is correct
authorMark Hills <mark.hills@framestore.com>
Thu, 27 Feb 2014 12:52:54 +0000 (12:52 +0000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 4 Apr 2014 00:51:56 +0000 (17:51 -0700)
Fixes a bug where the next pointer was not being explicitly set. We
were ok much of the time due to zero-filled memory, and also we need
this if the same pdu is re-queued.


No differences found