smbd: Fix CID 1035536 Uninitialized pointer read
authorVolker Lendecke <vl@samba.org>
Sat, 22 Jun 2013 11:06:34 +0000 (13:06 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 23 Jul 2013 00:05:16 +0000 (02:05 +0200)
commitfe06e1b0a3c06ffa859fa0d5e52ed4cc59de0950
treec53347b64cae7ed6f4f39ce46b6814550a9d046b
parentd7da8dabaa94af6662741c8ce8efdf87c34c03d2
smbd: Fix CID 1035536 Uninitialized pointer read

rpc_pipe_open_interface just returns okay if the pipe in question is
already open. For this, it needs to read the value.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Jul 23 02:05:19 CEST 2013 on sn-devel-104
source3/smbd/lanman.c