mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Flush buffer after output. This fixes adding new data to already
printed flows. PR: 210882 MFC after: 3 days
This commit is contained in:
parent
fc3466adda
commit
fcbdb770aa
1 changed files with 1 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue