Changeset 223 for branches/samba-3.3.x/source/lib/netapi/group.c
- Timestamp:
- May 24, 2009, 7:51:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/lib/netapi/group.c
r206 r223 1320 1320 *r->out.buffer = NULL; 1321 1321 *r->out.entries_read = 0; 1322 *r->out.total_entries = 0; 1322 1323 1323 1324 switch (r->in.level) { … … 1409 1410 } 1410 1411 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; 1418 1414 1419 1415 werr = WERR_OK;
Note:
See TracChangeset
for help on using the changeset viewer.