mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
remove call to kdb_backtrace()
This commit is contained in:
parent
4bbf0886b3
commit
7c84f79070
1 changed files with 0 additions and 1 deletions
|
|
@ -284,7 +284,6 @@ do_bad_cpl(struct t3cdev *cdev, struct mbuf *m, void *ctx)
|
|||
{
|
||||
log(LOG_ERR, "%s: received bad CPL command %u\n", cdev->name,
|
||||
0xFF & *mtod(m, unsigned int *));
|
||||
kdb_backtrace();
|
||||
return (CPL_RET_BUF_DONE | CPL_RET_BAD_MSG);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue