mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Update a DB_SET to DB_FUNC I missed yesterday.
This commit is contained in:
parent
689686bf2f
commit
8abafcd00f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
#include <support/kdb.h>
|
||||
|
||||
#ifdef DDB
|
||||
DB_SET(xfs, xfs_ddb_cmd, db_cmd_set, CS_MORE, NULL)
|
||||
DB_FUNC(xfs, xfs_ddb_cmd, db_cmd_set, CS_MORE, NULL)
|
||||
{
|
||||
db_error("No commands registered.\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue