Ignore:
Timestamp:
Jul 11, 2008, 1:13:42 AM (17 years ago)
Author:
Paul Smedley
Message:

Update branch to 3.0.31 release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/nsswitch/idmap_util.c

    r30 r140  
    159159
    160160        if ((map.status != ID_MAPPED) || (map.xid.type != ID_TYPE_GID)) {
    161                 DEBUG(10, ("sid [%s] not mapped to an gid [%u,%u,%u]\n",
     161                DEBUG(10, ("sid [%s] not mapped to an gid [%u,%u]\n",
    162162                           sid_string_static(sid),
    163163                           map.status,
    164                            map.xid.type,
    165                            map.xid.id));
     164                           map.xid.type));
    166165                return NT_STATUS_NONE_MAPPED;
    167166        }
Note: See TracChangeset for help on using the changeset viewer.