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

pull/143/head
bakkeby 3 years ago
parent 579f8f892b
commit df9533f1eb

@ -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(

Loading…
Cancel
Save