From: Günther Deschner Date: Wed, 13 Feb 2008 00:29:52 +0000 (+0100) Subject: Fix the build of winbindd, sorry. X-Git-Tag: samba-3.3.0pre1~3469 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c62c89c8f0d1ff8e384b88b3b192aa96f0b2183e;p=thirdparty%2Fsamba.git Fix the build of winbindd, sorry. Guenther --- diff --git a/source/winbindd/winbindd_rpc.c b/source/winbindd/winbindd_rpc.c index 326ff611226..473d2a52a41 100644 --- a/source/winbindd/winbindd_rpc.c +++ b/source/winbindd/winbindd_rpc.c @@ -1009,8 +1009,6 @@ static NTSTATUS trusted_domains(struct winbindd_domain *domain, while (NT_STATUS_EQUAL(result, STATUS_MORE_ENTRIES)) { uint32 start_idx; - char **tmp_names; - DOM_SID *tmp_sids; int i; struct lsa_DomainList dom_list; @@ -1036,9 +1034,9 @@ static NTSTATUS trusted_domains(struct winbindd_domain *domain, (*alt_names == NULL)) return NT_STATUS_NO_MEMORY; - for (i=0; i