mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/deprecate-zeekenv'
* origin/topic/jsiwek/deprecate-zeekenv: Deprecate zeekenv() and use getenv() directly
This commit is contained in:
commit
dacdf5424b
13 changed files with 29 additions and 46 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