s3: Fix a bogus uninitialized variable warning
authorVolker Lendecke <vl@samba.org>
Thu, 24 Dec 2009 11:56:09 +0000 (12:56 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 26 Dec 2009 11:28:09 +0000 (12:28 +0100)
source3/winbindd/winbindd_rpc.c

index b6cb56e02d07f1392d4f8c18fc5c1fda76e6c74f..f504b907034dbcdd585557753c5dc75cc23a6403 100644 (file)
@@ -1253,7 +1253,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) {