Ignore:
Timestamp:
May 27, 2007, 12:26:26 AM (18 years ago)
Author:
Paul Smedley
Message:

Upgrade source to 3.0.25a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/libsmb/cliconnect.c

    r26 r39  
    537537        DATA_BLOB send_blob = data_blob(NULL, 0);
    538538        int32 max_blob_size = 0;
     539        DATA_BLOB receive_blob = data_blob(NULL, 0);
    539540
    540541        if (cli->max_xmit < BASE_SESSSETUP_BLOB_PACKET_SIZE + 1) {
     
    576577                }
    577578
    578                 cli_session_setup_blob_receive(cli);
     579                receive_blob = cli_session_setup_blob_receive(cli);
     580                data_blob_free(&receive_blob);
    579581
    580582                if (cli_is_error(cli) &&
Note: See TracChangeset for help on using the changeset viewer.