ipc: get_tags - do not dump tag if the tag is null
This commit is contained in:
		| @@ -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( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user