smbd: Fix CID 1035537 Uninitialized pointer read
authorVolker Lendecke <vl@samba.org>
Sat, 22 Jun 2013 11:06:34 +0000 (13:06 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 22 Jul 2013 22:07:55 +0000 (15:07 -0700)
commitd7da8dabaa94af6662741c8ce8efdf87c34c03d2
tree002ae89ef472e906e64f2c6c54bc2c99d5e0bf2b
parenta1e0accc5f4f33ce296bad79a088499cf082d9b5
smbd: Fix CID 1035537 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>
source3/smbd/lanman.c