remove call to kdb_backtrace()

This commit is contained in:
Kip Macy 2008-02-23 21:18:13 +00:00
parent 4bbf0886b3
commit 7c84f79070
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176494

View File

@ -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);
}