ms-queue: don't initialize node 0
authorBrian Norris <banorris@uci.edu>
Fri, 8 Mar 2013 23:07:50 +0000 (15:07 -0800)
committerBrian Norris <banorris@uci.edu>
Fri, 8 Mar 2013 23:07:50 +0000 (15:07 -0800)
Node zero *should* be unused, since "0" is the NULL pointer index.
Removing this init will help catch bugs.


No differences found