mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Deprecate zeekenv() and use getenv() directly
This commit is contained in:
parent
79f9979f80
commit
b8c563dbdd
11 changed files with 24 additions and 45 deletions
|
@ -850,7 +850,7 @@ void Ascii::RotateLeftoverLogs()
|
|||
|
||||
string Ascii::LogExt()
|
||||
{
|
||||
const char* ext = util::zeekenv("ZEEK_LOG_SUFFIX");
|
||||
const char* ext = getenv("ZEEK_LOG_SUFFIX");
|
||||
|
||||
if ( ! ext )
|
||||
ext = "log";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue