mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Removing what I believe is the last stray print statement from the SSL analyzer.
This commit is contained in:
parent
a62d1d1fe0
commit
b9e36025a7
1 changed files with 0 additions and 1 deletions
|
@ -737,7 +737,6 @@ refine connection SSL_Conn += {
|
||||||
|
|
||||||
function lost_track() : bool
|
function lost_track() : bool
|
||||||
%{
|
%{
|
||||||
printf("just lost track!\n");
|
|
||||||
state_ = STATE_TRACK_LOST;
|
state_ = STATE_TRACK_LOST;
|
||||||
return false;
|
return false;
|
||||||
%}
|
%}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue