From e5533200ce30b62e199a5d7ba0368fb3e3d9a750 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 31 Aug 2007 10:30:14 +0000 Subject: r24829: Make use of a variable, that is available... :-) (This used to be commit 90626652084c2ada6b2eb041db652720c03a1c3b) --- source3/nsswitch/winbindd_cache.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index dc729bebe4..eb79e281cd 100644 --- a/source3/nsswitch/winbindd_cache.c +++ b/source3/nsswitch/winbindd_cache.c @@ -3303,8 +3303,7 @@ int winbindd_validate_cache(void) } tdb_close(tdb); - ret = tdb_validate_and_backup(lock_path("winbindd_cache.tdb"), - cache_traverse_validate_fn); + ret = tdb_validate_and_backup(tdb_path, cache_traverse_validate_fn); if (ret != 0) { DEBUG(10, ("winbindd_validate_cache: validation not successful.\n")); -- cgit