diff options
-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 36239f51e1..0dbe813c9b 100644 --- a/source3/rpc_client/cli_lsarpc.c +++ b/source3/rpc_client/cli_lsarpc.c @@ -337,7 +337,7 @@ static NTSTATUS dcerpc_lsa_lookup_sids_generic(struct dcerpc_binding_handle *h, bool use_lookupsids3, NTSTATUS *presult) { - NTSTATUS status; + NTSTATUS status = NT_STATUS_OK; NTSTATUS result = NT_STATUS_OK; int sids_left = 0; int sids_processed = 0; |