Ignore:
Timestamp:
May 13, 2014, 11:39:04 AM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update trunk to 3.6.23

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/lib/netapi/localgroup.c

    r745 r862  
    5959                return result;
    6060        }
     61        if (user_rids.count != 1) {
     62                return NT_STATUS_INVALID_NETWORK_RESPONSE;
     63        }
     64        if (name_types.count != 1) {
     65                return NT_STATUS_INVALID_NETWORK_RESPONSE;
     66        }
    6167
    6268        switch (name_types.ids[0]) {
     
    10421048
    10431049        if (count != 1 || sids.count != 1) {
    1044                 return NT_STATUS_NONE_MAPPED;
     1050                return NT_STATUS_INVALID_NETWORK_RESPONSE;
    10451051        }
    10461052
Note: See TracChangeset for help on using the changeset viewer.