Show
Ignore:
Timestamp:
07/11/08 01:13:42 (5 months ago)
Author:
psmedley
Message:

Update branch to 3.0.31 release

Files:
1 modified

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        }