mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Fixing compile problems with some versions of libc++.
Reported by Craig Leres.
This commit is contained in:
parent
62527f6430
commit
69ef268a44
5 changed files with 9 additions and 4 deletions
|
@ -126,7 +126,7 @@ bool SQLite::DoInit(const WriterInfo& info, int arg_num_fields,
|
|||
fullpath.append(".sqlite");
|
||||
string tablename;
|
||||
|
||||
map<const char*, const char*>::const_iterator it = info.config.find("tablename");
|
||||
WriterInfo::config_map::const_iterator it = info.config.find("tablename");
|
||||
if ( it == info.config.end() )
|
||||
{
|
||||
MsgThread::Info(Fmt("tablename configuration option not found. Defaulting to path %s", info.path));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue