remove a leftover debugging message
This commit is contained in:
parent
6330fbd3f2
commit
59ff4012eb
@ -731,7 +731,6 @@ dummynet_io(struct mbuf **m0, int dir, struct ip_fw_args *fwa)
|
|||||||
goto dropit;
|
goto dropit;
|
||||||
}
|
}
|
||||||
if (fs->sched->fp->enqueue(si, q, m)) {
|
if (fs->sched->fp->enqueue(si, q, m)) {
|
||||||
printf("%s dropped by enqueue\n", __FUNCTION__);
|
|
||||||
/* packet was dropped by enqueue() */
|
/* packet was dropped by enqueue() */
|
||||||
m = *m0 = NULL;
|
m = *m0 = NULL;
|
||||||
goto dropit;
|
goto dropit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user