mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Kerberos: Remove debugging output.
This commit is contained in:
parent
843afce7d9
commit
95f3696c91
2 changed files with 0 additions and 2 deletions
|
@ -33,7 +33,6 @@ void KRB_Analyzer::DeliverPacket(int len, const u_char* data, bool orig,
|
|||
}
|
||||
catch ( const binpac::Exception& e )
|
||||
{
|
||||
printf("BinPAC Exception: %s\n", e.c_msg());
|
||||
ProtocolViolation(e.c_msg());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,7 +53,6 @@ void KRB_Analyzer::DeliverStream(int len, const u_char* data, bool orig)
|
|||
}
|
||||
catch ( const binpac::Exception& e )
|
||||
{
|
||||
printf("BinPAC Exception: %s\n", e.c_msg());
|
||||
ProtocolViolation(e.c_msg());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue