Changeset 342 for branches/samba-3.3.x/source/libsmb/namequery.c
- Timestamp:
- Oct 30, 2009, 9:39:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/libsmb/namequery.c
r221 r342 409 409 410 410 for (i=0;i<count;i++) { 411 if (status[i].type == type) 411 /* Find first one of the requested type that's not a GROUP. */ 412 if (status[i].type == type && ! (status[i].flags & 0x80)) 412 413 break; 413 414 }
Note:
See TracChangeset
for help on using the changeset viewer.