Ignore:
Timestamp:
May 12, 2014, 8:58:38 PM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.6: updated vendor to latest version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source4/libnet/groupinfo.c

    r740 r860  
    8888                s->monitor_fn(&msg);
    8989        }
    90        
    9190
    9291        /* have we actually got name resolved
    9392           - we're looking for only one at the moment */
    94         if (s->lookup.out.rids->count == 0) {
    95                 composite_error(c, NT_STATUS_NO_SUCH_USER);
     93        if (s->lookup.out.rids->count != s->lookup.in.num_names) {
     94                composite_error(c, NT_STATUS_INVALID_NETWORK_RESPONSE);
     95                return;
     96        }
     97        if (s->lookup.out.types->count != s->lookup.in.num_names) {
     98                composite_error(c, NT_STATUS_INVALID_NETWORK_RESPONSE);
     99                return;
    96100        }
    97101
Note: See TracChangeset for help on using the changeset viewer.