diff options
Diffstat (limited to 'source3/rpc_client/cli_lsarpc.c')
-rw-r--r-- | source3/rpc_client/cli_lsarpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c index 8362c1d172..239d38c358 100644 --- a/source3/rpc_client/cli_lsarpc.c +++ b/source3/rpc_client/cli_lsarpc.c @@ -386,7 +386,7 @@ obtain a server's SAM SID and save it in the secrets database BOOL cli_lsa_get_domain_sid(struct cli_state *cli, char *server) { - fstring domain, key; + fstring domain; POLICY_HND pol; DOM_SID sid; BOOL res, res2, res3; |