Ignore:
Timestamp:
Apr 26, 2007, 12:19:41 PM (18 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.25rc3 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/lib/util_sid.c

    r1 r32  
    511511        uint32 rid;
    512512
     513        if (sid_equal(sid, &global_sid_System))
     514                return True;
     515
    513516        sid_copy(&dom, sid);
    514517        sid_split_rid(&dom, &rid);
Note: See TracChangeset for help on using the changeset viewer.