Changeset 129
- Timestamp:
- Apr 24, 2008, 7:23:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/ndpsmb/smbwrp.c
r128 r129 1012 1012 smbwrp_fileinfo finfo = {0}; 1013 1013 1014 if (strcmp(share,"IPC$") == 0) return; 1014 // strip administrative names and printers from list 1015 if (type == STYPE_PRINTQ || strcmp(share,"IPC$") == 0) return; 1015 1016 1016 1017 ZERO_STRUCT(finfo);
Note:
See TracChangeset
for help on using the changeset viewer.