Changeset 228 for branches/samba-3.2.x/source/groupdb
- Timestamp:
- May 26, 2009, 9:44:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/groupdb/mapping_ldb.c
r204 r228 575 575 } 576 576 577 if ((int)map.gid == -1) { 578 /* 579 * Ignore old invalid mappings 580 */ 581 return 0; 582 } 583 577 584 if (!add_mapping_entry(&map, 0)) { 578 585 DEBUG(0,("Failed to add mapping entry during upgrade\n"));
Note:
See TracChangeset
for help on using the changeset viewer.