Fix tinderbox by removing call to kdb_backtrace

MFC after: 3 days
This commit is contained in:
Kip Macy 2008-02-23 06:19:16 +00:00
parent bc991a6d5f
commit ce86be8a6a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176475

View File

@ -971,7 +971,6 @@ do_bad_cpl(struct t3cdev *dev, struct mbuf *m)
{
log(LOG_ERR, "%s: received bad CPL command 0x%x\n", dev->name,
0xFF & *mtod(m, uint32_t *));
kdb_backtrace();
return (CPL_RET_BUF_DONE | CPL_RET_BAD_MSG);
}