Index: nsswitch/winbindd_cache.c =================================================================== RCS file: /data/cvs/samba/source/nsswitch/winbindd_cache.c,v retrieving revision 1.35.2.24 diff -u -r1.35.2.24 winbindd_cache.c --- nsswitch/winbindd_cache.c 14 Jan 2004 16:25:39 -0000 1.35.2.24 +++ nsswitch/winbindd_cache.c 22 Mar 2004 22:03:58 -0000 @@ -339,10 +339,12 @@ get_cache( domain ); +#if 0 /* JERRY -- disable as the default cache time is now 5 minutes */ /* trying to reconnect is expensive, don't do it too often */ if (domain->sequence_number == DOM_SEQUENCE_NONE) { cache_time *= 8; } +#endif time_diff = t - domain->last_seq_check;