mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Merge remote branch 'origin/master' into topic/policy-scripts-new
This commit is contained in:
commit
fbf207deda
19 changed files with 192 additions and 105 deletions
|
@ -557,7 +557,7 @@ static int load_files_with_prefix(const char* orig_file)
|
|||
else
|
||||
strcpy(new_filename, file);
|
||||
|
||||
f = search_for_file(new_filename, "bro", &full_filename);
|
||||
f = search_for_file(new_filename, "bro", &full_filename, true);
|
||||
delete [] new_filename;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue