mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fixing compiler warning.
This commit is contained in:
parent
68171cf179
commit
e92b0dc3b2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
Contents_Rlogin_Analyzer::Contents_Rlogin_Analyzer(Connection* conn, bool orig, Rlogin_Analyzer* arg_analyzer)
|
Contents_Rlogin_Analyzer::Contents_Rlogin_Analyzer(Connection* conn, bool orig, Rlogin_Analyzer* arg_analyzer)
|
||||||
: ContentLine_Analyzer(AnalyzerTag::Contents_Rlogin, conn, orig)
|
: ContentLine_Analyzer(AnalyzerTag::Contents_Rlogin, conn, orig)
|
||||||
{
|
{
|
||||||
num_bytes_to_scan = num_bytes_to_scan = 0;
|
num_bytes_to_scan = 0;
|
||||||
analyzer = arg_analyzer;
|
analyzer = arg_analyzer;
|
||||||
peer = 0;
|
peer = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue