Ignore:
Timestamp:
May 24, 2009, 7:51:24 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.3

File:
1 edited

Legend:

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

    r222 r223  
    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.