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)
committerKarolin Seeger <kseeger@samba.org>
Thu, 6 Mar 2008 08:03:21 +0000 (09:03 +0100)
commitf990498818e28cbf12fe387746b182c6893d2639
treeabce8846de0602074cbd360b88d66e00de6dc0fc
parentad711da7972b9ccc8b82c506db830b192a833918
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.
(cherry picked from commit 6cac3127312acaac65fcd54280605605765787ad)
source/rpc_client/cli_lsarpc.c