Fix Coverity ID 514
authorVolker Lendecke <vl@samba.org>
Sun, 23 Mar 2008 18:43:36 +0000 (19:43 +0100)
committerVolker Lendecke <vl@samba.org>
Sun, 23 Mar 2008 18:44:55 +0000 (19:44 +0100)
commite9ba13bc67576aa70694ce54ca70aef4375ebe13
tree3d60d3a5155149964843a7e9732735ca33d5c679
parentdc014a0b103cf3fcefe72daace142acef16b9f4c
Fix Coverity ID 514

Not exactly an uninitialized variable, but having Coverity figure out that
we're only UNMARSHALLING here is probably asking for a bit too much.
(This used to be commit 07a9f7daa83c94afefe0d81db4812135121862c2)
source3/rpc_server/srv_pipe.c