Changeset 140 for branches/samba-3.0/source/nsswitch/winbindd_cache.c
- Timestamp:
- Jul 11, 2008, 1:13:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/nsswitch/winbindd_cache.c
r134 r140 38 38 extern struct winbindd_methods ads_methods; 39 39 #endif 40 extern struct winbindd_methods passdb_methods;40 extern struct winbindd_methods builtin_passdb_methods; 41 41 42 42 /* … … 139 139 140 140 if (domain->internal) { 141 domain->backend = & passdb_methods;141 domain->backend = &builtin_passdb_methods; 142 142 domain->initialized = True; 143 143 }
Note:
See TracChangeset
for help on using the changeset viewer.