summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_lsarpc.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-03-19 15:39:43 +0000
committerLuke Leighton <lkcl@samba.org>1999-03-19 15:39:43 +0000
commitf19e894577e1aa45f0915293e4ae14cb8a45a8d2 (patch)
treea572dcafc02a5b4a12b314ede15042d2df258996 /source3/rpc_client/cli_lsarpc.c
parent55bce9e30e410e7c6e1209493a59238ff462e996 (diff)
downloadsamba-f19e894577e1aa45f0915293e4ae14cb8a45a8d2.tar.gz
samba-f19e894577e1aa45f0915293e4ae14cb8a45a8d2.tar.bz2
samba-f19e894577e1aa45f0915293e4ae14cb8a45a8d2.zip
valid_pol in lsa_query_secret() needed to be initialised to False.
(This used to be commit 96e358a2f00ac603c95bc922e488ea2b64aeb829)
Diffstat (limited to 'source3/rpc_client/cli_lsarpc.c')
-rw-r--r--source3/rpc_client/cli_lsarpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c
index e24f9140e4..df45896629 100644
--- a/source3/rpc_client/cli_lsarpc.c
+++ b/source3/rpc_client/cli_lsarpc.c
@@ -108,7 +108,7 @@ BOOL lsa_open_secret(struct cli_state *cli, uint16 fnum,
prs_struct rbuf;
prs_struct buf;
LSA_Q_OPEN_SECRET q_o;
- BOOL valid_pol;
+ BOOL valid_pol = False;
if (hnd_pol == NULL) return False;