Changeset 411 for branches/samba-3.3.x/source/libsmb/libsmb_dir.c
- Timestamp:
- Mar 1, 2010, 3:05:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/libsmb/libsmb_dir.c
r370 r411 304 304 305 305 /* For each returned entry... */ 306 for (i = 0; i < total_entries; i++) {306 for (i = 0; i < info_ctr.ctr.ctr1->count; i++) { 307 307 308 308 /* pull out the share name */
Note:
See TracChangeset
for help on using the changeset viewer.