Changeset 39 for trunk/samba/source/libsmb/cliconnect.c
- Timestamp:
- May 27, 2007, 12:26:26 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/libsmb/cliconnect.c
r26 r39 537 537 DATA_BLOB send_blob = data_blob(NULL, 0); 538 538 int32 max_blob_size = 0; 539 DATA_BLOB receive_blob = data_blob(NULL, 0); 539 540 540 541 if (cli->max_xmit < BASE_SESSSETUP_BLOB_PACKET_SIZE + 1) { … … 576 577 } 577 578 578 cli_session_setup_blob_receive(cli); 579 receive_blob = cli_session_setup_blob_receive(cli); 580 data_blob_free(&receive_blob); 579 581 580 582 if (cli_is_error(cli) &&
Note:
See TracChangeset
for help on using the changeset viewer.