libc/rpc: Fix a reference of an uninitialized variable.
authorSascha Wildner <saw@online.de>
Fri, 21 Feb 2014 19:09:21 +0000 (20:09 +0100)
committerSascha Wildner <saw@online.de>
Fri, 21 Feb 2014 19:09:39 +0000 (20:09 +0100)
commit5f873412dec021a3cdff0f7ac7390cde47fdae53
treeb4c753d8332d87ccfba10d2934df6f0b7747c2f2
parenta8bf71b8adbaae99e0b30ffa5a4873ed75fd0139
libc/rpc: Fix a reference of an uninitialized variable.

In the XDR_DECODE case, pnext was not initialized and it was obscured
by the confusing indentation which I adjusted in the last commit.

In fact, get rid of pnext at all and simply use &objp->next directly,
which is like Illumos has it too.
lib/libc/rpc/rpcb_st_xdr.c