Disable the smb_cmd.log by default.

This commit is contained in:
Seth Hall 2016-02-19 00:23:05 -05:00
parent f9cbee20f8
commit dbb5992f43
3 changed files with 6 additions and 2 deletions

View file

@ -130,6 +130,10 @@ export {
smb : Info &optional;
};
## Optionally write out the SMB commands log. This is
## primarily useful for debugging so is disabled by default.
const write_cmd_log = F &redef;
## This is an internally used function.
const set_current_file: function(smb: Info, file_id: count) &redef;