Ignore:
Timestamp:
May 24, 2009, 7:51:24 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/lib/netapi/group.c

    r206 r223  
    13201320        *r->out.buffer = NULL;
    13211321        *r->out.entries_read = 0;
     1322        *r->out.total_entries = 0;
    13221323
    13231324        switch (r->in.level) {
     
    14091410        }
    14101411
    1411         if (r->out.entries_read) {
    1412                 *r->out.entries_read = entries_read;
    1413         }
    1414 
    1415         if (r->out.total_entries) {
    1416                 *r->out.total_entries = entries_read;
    1417         }
     1412        *r->out.entries_read = entries_read;
     1413        *r->out.total_entries = entries_read;
    14181414
    14191415        werr = WERR_OK;
Note: See TracChangeset for help on using the changeset viewer.