diff options
author | Andreas Schneider <asn@samba.org> | 2011-12-02 15:44:02 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-12-02 19:02:45 +0100 |
commit | 20654d6a98fb55230fdaeba58fcea9d197e3d92d (patch) | |
tree | 354fb7b301ff75319ace49004de95b1db61f2f70 /source3 | |
parent | 30d4484bf95eecc0e2c9e94d26ae41ee38bbba97 (diff) | |
download | samba-20654d6a98fb55230fdaeba58fcea9d197e3d92d.tar.gz samba-20654d6a98fb55230fdaeba58fcea9d197e3d92d.tar.bz2 samba-20654d6a98fb55230fdaeba58fcea9d197e3d92d.zip |
s3-winbind: Remove unused keys from list.
DR and DE have been removed with
0834574fdd6b469797b3b6a4edd45f321b9b9971.
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Fri Dec 2 19:02:45 CET 2011 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/winbindd_cache.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |