Stream source no longer listed in internal HTTP outputs
This commit is contained in:
parent
c20e1ad9eb
commit
4c34c5fbe5
1 changed files with 1 additions and 0 deletions
|
@ -431,6 +431,7 @@ namespace Mist {
|
|||
it->removeMember("parts");
|
||||
it->removeMember("ivecs");/*LTS*/
|
||||
}
|
||||
json_resp["meta"].removeMember("source");
|
||||
|
||||
//create a set for storing source information
|
||||
std::set<JSON::Value, sourceCompare> sources;
|
||||
|
|
Loading…
Add table
Reference in a new issue