Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/groupdb/mapping_ldb.c

    r204 r228  
    575575        }
    576576
     577        if ((int)map.gid == -1) {
     578                /*
     579                 * Ignore old invalid mappings
     580                 */
     581                return 0;
     582        }
     583
    577584        if (!add_mapping_entry(&map, 0)) {
    578585                DEBUG(0,("Failed to add mapping entry during upgrade\n"));
Note: See TracChangeset for help on using the changeset viewer.