Changeset 746 for vendor/current/source3/smbd/negprot.c
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/smbd/negprot.c
r740 r746 717 717 718 718 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 719 725 END_PROFILE(SMBnegprot); 720 726 return;
Note:
See TracChangeset
for help on using the changeset viewer.