Ignore:
Timestamp:
May 27, 2009, 11:39:15 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/passdb/lookup_sid.c

    r136 r233  
    805805                        /* This is a normal SID with rid component */
    806806                        if (!sid_split_rid(&sid, &rid)) {
    807                                 result = NT_STATUS_INVALID_PARAMETER;
     807                                result = NT_STATUS_INVALID_SID;
    808808                                goto fail;
    809809                        }
Note: See TracChangeset for help on using the changeset viewer.