mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3: Fix a bogus uninitialized variable warning
This commit is contained in:
parent
634d084517
commit
7e66145560
@ -1258,7 +1258,7 @@ NTSTATUS winbindd_lookup_names(TALLOC_CTX *mem_ctx,
|
||||
NTSTATUS status;
|
||||
struct rpc_pipe_client *cli = NULL;
|
||||
struct policy_handle lsa_policy;
|
||||
unsigned int orig_timeout;
|
||||
unsigned int orig_timeout = 0;
|
||||
lookup_names_fn_t lookup_names_fn = rpccli_lsa_lookup_names;
|
||||
|
||||
if (domain->can_do_ncacn_ip_tcp) {
|
||||
|
Loading…
Reference in New Issue
Block a user