Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/auth/auth_util.c

    r108 r124  
    812812        }
    813813        fstr_sprintf( root_name, "%s\\root", get_global_sam_name() );
    814         ret = lookup_name( ctx, root_name, 0, NULL, NULL, &root_sid, &type );
     814        ret = lookup_name( ctx, root_name, LOOKUP_NAME_DOMAIN, NULL, NULL, &root_sid, &type );
    815815        TALLOC_FREE( ctx );
    816816
Note: See TracChangeset for help on using the changeset viewer.