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/nsswitch/idmap.c

    r105 r124  
    368368                dl[1] = NULL;
    369369
    370                 dom_list = dl;
     370                dom_list = (const char **)dl;
    371371                default_domain = dl[0];
    372372        }
     
    907907                /* huh, couldn't find a suitable domain,
    908908                 *  let's just leave it unmapped */
    909                 DEBUG(10, ("Could not find idmap backend for SID %s",
     909                DEBUG(10, ("Could not find idmap backend for SID %s\n",
    910910                           sid_string_static(map->sid)));
    911911                return NT_STATUS_NO_SUCH_DOMAIN;
Note: See TracChangeset for help on using the changeset viewer.