mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Reverting accidentally committed changes.
Thanks, Bernhard!
This commit is contained in:
parent
0d748c117d
commit
43752b3d9f
2 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,7 @@ bool None::DoInit(const WriterInfo& info, int num_fields,
|
||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool None::DoRotate(const char* rotated_path, double open, double close, bool terminating)
|
bool None::DoRotate(const char* rotated_path, double open, double close, bool terminating)
|
||||||
|
|
|
@ -346,7 +346,6 @@ void MsgThread::Run()
|
||||||
{
|
{
|
||||||
string s = Fmt("%s failed, terminating thread (MsgThread)", Name());
|
string s = Fmt("%s failed, terminating thread (MsgThread)", Name());
|
||||||
Error(s.c_str());
|
Error(s.c_str());
|
||||||
Kill();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue