Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/smbd/negprot.c

    r740 r746  
    717717
    718718        TALLOC_FREE(cliprotos);
     719
     720        if (lp_async_smb_echo_handler() && (get_Protocol() < PROTOCOL_SMB2) &&
     721            !fork_echo_handler(sconn)) {
     722                exit_server("Failed to fork echo handler");
     723        }
     724
    719725        END_PROFILE(SMBnegprot);
    720726        return;
Note: See TracChangeset for help on using the changeset viewer.