Changeset 596 for trunk/server/source3/winbindd/idmap.c
- Timestamp:
- Jul 2, 2011, 3:35:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/winbindd/idmap.c
r414 r596 429 429 static struct idmap_domain *idmap_init_passdb_domain(TALLOC_CTX *mem_ctx) 430 430 { 431 /* 432 * Always init the default domain, we can't go without one 433 */ 434 if (default_idmap_domain == NULL) { 435 default_idmap_domain = idmap_init_default_domain(NULL); 436 } 437 if (default_idmap_domain == NULL) { 438 return NULL; 439 } 440 431 441 if (passdb_idmap_domain != NULL) { 432 442 return passdb_idmap_domain;
Note:
See TracChangeset
for help on using the changeset viewer.