Ignore:
Timestamp:
Jul 2, 2011, 3:35:33 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/winbindd/idmap.c

    r414 r596  
    429429static struct idmap_domain *idmap_init_passdb_domain(TALLOC_CTX *mem_ctx)
    430430{
     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
    431441        if (passdb_idmap_domain != NULL) {
    432442                return passdb_idmap_domain;
Note: See TracChangeset for help on using the changeset viewer.