mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
...and forgotten debug-output, sorry (was already merged in some
other internal repositories before I noticed)
This commit is contained in:
parent
82eaddb160
commit
2efb976aaf
1 changed files with 0 additions and 1 deletions
|
@ -335,7 +335,6 @@ bool Manager::CreateStream(Stream* info, RecordVal* description)
|
||||||
ListVal* index = info->config->RecoverIndex(k);
|
ListVal* index = info->config->RecoverIndex(k);
|
||||||
string key = index->Index(0)->AsString()->CheckString();
|
string key = index->Index(0)->AsString()->CheckString();
|
||||||
string value = v->Value()->AsString()->CheckString();
|
string value = v->Value()->AsString()->CheckString();
|
||||||
printf("Inserting %s:%s\n", key.c_str(), value.c_str());
|
|
||||||
rinfo->config.insert(std::make_pair(copy_string(key.c_str()), copy_string(value.c_str())));
|
rinfo->config.insert(std::make_pair(copy_string(key.c_str()), copy_string(value.c_str())));
|
||||||
Unref(index);
|
Unref(index);
|
||||||
delete k;
|
delete k;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue