From de0337163fb592fba424bb6e916e539948ef37fd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 6 Feb 2006 22:19:30 +0000 Subject: r13371: Remove an unused function (This used to be commit dde8322b5c26b04222eefd3c1d450852f849079f) --- source3/nsswitch/winbindd_cache.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index 28633757c0..910e30b07e 100644 --- a/source3/nsswitch/winbindd_cache.c +++ b/source3/nsswitch/winbindd_cache.c @@ -2048,14 +2048,6 @@ BOOL lookup_cached_name(TALLOC_CTX *mem_ctx, return NT_STATUS_IS_OK(status); } -void cache_sid2name(struct winbindd_domain *domain, const DOM_SID *sid, - const char *domain_name, const char *name, - enum SID_NAME_USE type) -{ - wcache_save_sid_to_name(domain, NT_STATUS_OK, sid, domain_name, - name, type); -} - /* delete all centries that don't have NT_STATUS_OK set */ static int traverse_fn_cleanup(TDB_CONTEXT *the_tdb, TDB_DATA kbuf, TDB_DATA dbuf, void *state) -- cgit