ipc: get_tags - do not dump tag if the tag is null

This commit is contained in:
bakkeby 2021-05-05 18:47:45 +02:00
parent 579f8f892b
commit df9533f1eb

View File

@ -6,7 +6,7 @@ int
dump_tag(yajl_gen gen, const char *name, const int tag_mask)
{
if (!name)
return;
return 0;
// clang-format off
YMAP(