From 20654d6a98fb55230fdaeba58fcea9d197e3d92d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 2 Dec 2011 15:44:02 +0100 Subject: s3-winbind: Remove unused keys from list. DR and DE have been removed with 0834574fdd6b469797b3b6a4edd45f321b9b9971. Autobuild-User: Andreas Schneider Autobuild-Date: Fri Dec 2 19:02:45 CET 2011 on sn-devel-104 --- source3/winbindd/winbindd_cache.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/winbindd') diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c index 620b8588aa..9aed366a47 100644 --- a/source3/winbindd/winbindd_cache.c +++ b/source3/winbindd/winbindd_cache.c @@ -56,8 +56,6 @@ extern struct winbindd_methods sam_passdb_methods; static const char *non_centry_keys[] = { "SEQNUM/", - "DR/", - "DE/", "WINBINDD_OFFLINE", WINBINDD_CACHE_VERSION_KEYSTR, NULL -- cgit