mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
devether: use qfull() instead of qwindow()
This commit is contained in:
parent
fe4b87e682
commit
0f9c172712
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ etherrtrace(Netfile* f, Etherpkt* pkt, int len)
|
|||
{
|
||||
Block *bp;
|
||||
|
||||
if(qwindow(f->in) <= 0)
|
||||
if(qfull(f->in))
|
||||
return;
|
||||
bp = iallocb(64);
|
||||
if(bp == nil)
|
||||
|
|
Loading…
Reference in a new issue