don't skip incomplete monologues for `query`

Change-Id: I54b957b08440d7d31b26ef7fe99a31073171ae82
changes/42/25442/8
Richard Fuchs 8 years ago
parent c61d7f129e
commit 9e6199c7b9

@ -1143,7 +1143,7 @@ static void ng_stats_monologue(bencode_item_t *dict, const struct call_monologue
if (!dict)
goto stats;
sub = bencode_dictionary_add_dictionary(dict, ml->tag.s);
sub = bencode_dictionary_add_dictionary(dict, ml->tag.s ? : "");
bencode_dictionary_add_str(sub, "tag", &ml->tag);
if (ml->viabranch.s)

Loading…
Cancel
Save