Ignore:
Timestamp:
May 24, 2009, 7:45:16 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/winbindd/winbindd.c

    r221 r222  
    2929#define DBGC_CLASS DBGC_WINBIND
    3030
    31 bool opt_nocache = False;
     31static bool opt_nocache = False;
    3232static bool interactive = False;
    3333
     
    995995                }
    996996        }
     997}
     998
     999bool winbindd_use_idmap_cache(void)
     1000{
     1001        return !opt_nocache;
     1002}
     1003
     1004bool winbindd_use_cache(void)
     1005{
     1006        return !opt_nocache;
    9971007}
    9981008
Note: See TracChangeset for help on using the changeset viewer.