diff options
Diffstat (limited to 'sys/kern/tty_outq.c')
-rw-r--r-- | sys/kern/tty_outq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/tty_outq.c b/sys/kern/tty_outq.c index d5ed221..5d40abe 100644 --- a/sys/kern/tty_outq.c +++ b/sys/kern/tty_outq.c @@ -119,7 +119,7 @@ void ttyoutq_free(struct ttyoutq *to) { struct ttyoutq_block *tob; - + ttyoutq_flush(to); to->to_quota = 0; |