Changeset 53
- Timestamp:
- Aug 7, 2007, 12:48:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/libsmb/clifile.c
r44 r53 1638 1638 &setup, 1, 0, /* setup, length, max */ 1639 1639 param, param_len, 10, /* param, length, max */ 1640 #ifdef __OS2__ 1641 NULL, data_len, CLI_BUFFER_SIZE /* data, length, max */ 1642 #else 1640 1643 NULL, data_len, cli->max_xmit /* data, length, max */ 1644 #endif 1641 1645 )) { 1642 1646 return False;
Note:
See TracChangeset
for help on using the changeset viewer.