mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Removing a stray printf from RDP analyzer.
This commit is contained in:
parent
f45e057779
commit
e05bebc5fb
1 changed files with 0 additions and 1 deletions
|
@ -380,7 +380,6 @@ refine connection RDP_Conn += {
|
|||
%{
|
||||
if ( should_we )
|
||||
{
|
||||
printf("going encrypted\n");
|
||||
is_encrypted_ = true;
|
||||
}
|
||||
return is_encrypted_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue