mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Move a few of the zeek::util methods and variables to zeek::util::detail
This commit is contained in:
parent
5a2ac84eee
commit
ddf48d7529
35 changed files with 1221 additions and 1226 deletions
|
@ -96,7 +96,7 @@ bool ScriptCoverageManager::WriteStats()
|
|||
|
||||
zeek::util::SafeDirname dirname{bf};
|
||||
|
||||
if ( ! zeek::util::ensure_intermediate_dirs(dirname.result.data()) )
|
||||
if ( ! zeek::util::detail::ensure_intermediate_dirs(dirname.result.data()) )
|
||||
{
|
||||
zeek::reporter->Error("Failed to open ZEEK_PROFILER_FILE destination '%s' for writing", bf);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue