init.c: use list macro when removing pdus from the wait list
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 8 Jun 2014 14:21:43 +0000 (07:21 -0700)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 8 Jun 2014 14:21:43 +0000 (07:21 -0700)
commit1a6ec3ee76a2e33d6c86ad81d00922dabe426f50
tree6aeaeccb8ca9c0a2ab9181df30263a1854d3c0f9
parenta1911b0144768c0d67ffd2a000a8e34de39e490e
init.c: use list macro when removing pdus from the wait list

Use the macro when removing the pdus in the wait list from the queues.
Also make sure to remove them from the right queue, from waitqueue and not
the outqueue for PDUs we have already sent out.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
lib/init.c