From 21528da9cd12a4f5c3792a482a5d18fe946a6f7a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 17 Feb 2012 14:12:40 -0800 Subject: Fix a bunch of "unused variable" warnings. Autobuild-User: Jeremy Allison Autobuild-Date: Sat Feb 18 06:22:40 CET 2012 on sn-devel-104 --- source3/winbindd/winbindd_cache.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/winbindd/winbindd_cache.c') diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c index ffe3f38968..315202d618 100644 --- a/source3/winbindd/winbindd_cache.c +++ b/source3/winbindd/winbindd_cache.c @@ -1293,7 +1293,6 @@ NTSTATUS wcache_get_creds(struct winbindd_domain *domain, struct winbind_cache *cache = get_cache(domain); struct cache_entry *centry = NULL; NTSTATUS status; - time_t t; uint32 rid; fstring tmp; @@ -1324,8 +1323,6 @@ NTSTATUS wcache_get_creds(struct winbindd_domain *domain, return NT_STATUS_OBJECT_NAME_NOT_FOUND; } - t = centry_time(centry); - /* In the salted case this isn't actually the nt_hash itself, but the MD5 of the salt + nt_hash. Let the caller sort this out. It can tell as we only return the cached_salt -- cgit