Changeset 222 for branches/samba-3.3.x/source/winbindd/winbindd.c
- Timestamp:
- May 24, 2009, 7:45:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/winbindd/winbindd.c
r221 r222 29 29 #define DBGC_CLASS DBGC_WINBIND 30 30 31 bool opt_nocache = False;31 static bool opt_nocache = False; 32 32 static bool interactive = False; 33 33 … … 995 995 } 996 996 } 997 } 998 999 bool winbindd_use_idmap_cache(void) 1000 { 1001 return !opt_nocache; 1002 } 1003 1004 bool winbindd_use_cache(void) 1005 { 1006 return !opt_nocache; 997 1007 } 998 1008
Note:
See TracChangeset
for help on using the changeset viewer.