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)
commitd46c3d622ba5e7cf7318642e674d68cdeb0bd7e5
tree5a43366d76fa7523c5dfdd700296a9e37a741015
parentaec45c6274bffc92fc1595a95d043e8aae292451
Ensure the next pointer is correct

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.
lib/pdu.c