Fix coverity ID 525, 526, 527, 528, 529 and 530
authorVolker Lendecke <vl@samba.org>
Wed, 5 Mar 2008 15:20:34 +0000 (16:20 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 5 Mar 2008 21:36:18 +0000 (22:36 +0100)
commit03451a516afd4a9136784c82d8aafe28dfd75233
treefbca3a56f3f834713d2d086542d59c9af3d81ce3
parent9f133a602f07c2e1352b76eea8943a7796d90011
Fix coverity ID 525, 526, 527, 528, 529 and 530

Upon failure to allocate one of the arrays, further down the TALLOC_FREE would
have looked at the variables given to it without initizalizing.
(This used to be commit 6cac3127312acaac65fcd54280605605765787ad)
source3/rpc_client/cli_lsarpc.c