Changeset 137 for trunk/samba/source/winbindd/winbindd_cache.c
- Timestamp:
- Jun 22, 2008, 3:30:02 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/samba/source/winbindd/winbindd_cache.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/winbindd/winbindd_cache.c
r136 r137 9 9 Copyright (C) Guenther Deschner 2005 10 10 Copyright (C) Michael Adam 2007 11 11 12 12 This program is free software; you can redistribute it and/or modify 13 13 it under the terms of the GNU General Public License as published by … … 38 38 extern struct winbindd_methods ads_methods; 39 39 #endif 40 extern struct winbindd_methods passdb_methods;40 extern struct winbindd_methods passdb_methods; 41 41 42 42 /* … … 138 138 139 139 if (domain->internal) { 140 domain->backend = & passdb_methods;140 domain->backend = &passdb_methods; 141 141 domain->initialized = True; 142 142 }
Note:
See TracChangeset
for help on using the changeset viewer.
