Ignore:
Timestamp:
Apr 9, 2010, 3:51:41 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5.x: trunk update to 3.5.2

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/rpc_client/ndr.c

    r414 r429  
    184184        status = cli_do_rpc_ndr_recv(req, mem_ctx);
    185185
    186         /*
    187          * NT_STATUS_IO_TIMEOUT indicates network problem,
    188          * tear the connection apart.
    189          */
    190         if (NT_STATUS_EQUAL(status, NT_STATUS_IO_TIMEOUT)) {
    191                 if (cli->transport->transport == NCACN_IP_TCP ||
    192                     cli->transport->transport == NCALRPC) {
    193                         rpccli_close_sock_fd(cli);
    194                 }
    195 
    196                 if (cli->transport->transport == NCACN_NP) {
    197                         rpccli_close_np_fd(cli);
    198                 }
    199         }
    200186 fail:
    201187        TALLOC_FREE(frame);
Note: See TracChangeset for help on using the changeset viewer.