Flush buffer after output. This fixes adding new data to already
printed flows. PR: 210882 MFC after: 3 days
This commit is contained in:
@@ -612,6 +612,7 @@ list_pipes(struct dn_id *oid, struct dn_id *end)
|
||||
}
|
||||
list_flow(&bp, (struct dn_flow *)oid);
|
||||
printf("%s\n", bp.buf);
|
||||
bp_flush(&bp);
|
||||
break;
|
||||
|
||||
case DN_LINK: {
|
||||
|
||||
Reference in New Issue
Block a user