fixing some missing log lines in smb_files.log

This commit is contained in:
mauro 2019-02-13 18:03:17 +01:00
parent 1ee96516e8
commit 328ab79025
4 changed files with 5 additions and 3 deletions

View file

@ -65,5 +65,7 @@ event file_over_new_connection(f: fa_file, c: connection, is_orig: bool) &priori
if ( c$smb_state$current_file?$name )
f$info$filename = c$smb_state$current_file$name;
write_file_log(c$smb_state);
}
}