Changeset 831 for trunk/server/source3/libsmb/clifile.c
- Timestamp:
- Nov 13, 2013, 5:29:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/libsmb/clifile.c
r751 r831 4213 4213 SMB_INFO_QUERY_ALL_EAS, 4, 4214 4214 cli->max_xmit); 4215 // @todo in earlier port the above cli->max_xmit was changed to CLI_BUFFER_SIZE4216 // @todo is that still needed? if no regressions are found please remove it4215 // @todo_port in earlier port the above cli->max_xmit was changed to CLI_BUFFER_SIZE 4216 // @todo_port is that still needed? if no regressions are found please remove it 4217 4217 if (tevent_req_nomem(subreq, req)) { 4218 4218 return tevent_req_post(req, ev);
Note:
See TracChangeset
for help on using the changeset viewer.