Changeset 143 for branches/samba-3.0/source/libsmb
- Timestamp:
- Aug 12, 2008, 3:11:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/libsmb/clifile.c
r53 r143 1776 1776 memset(param, 0, 6); 1777 1777 SSVAL(param,0,fnum); 1778 SSVAL(param,2,SMB_INFO_ SET_EA);1778 SSVAL(param,2,SMB_INFO_QUERY_ALL_EAS); 1779 1779 1780 1780 return cli_get_ea_list(cli, setup, param, 6, ctx, pnum_eas, pea_list);
Note:
See TracChangeset
for help on using the changeset viewer.