mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct the function name in catch-all error handling case.
MFC after: 1 week
This commit is contained in:
parent
1eabd96728
commit
8fe344fa48
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ db_var_curvnet(struct db_variable *vp, db_expr_t *valuep, int op)
|
|||
return (0);
|
||||
|
||||
default:
|
||||
db_printf("db_var_curcpu: unknown operation\n");
|
||||
db_printf("db_var_curvnet: unknown operation\n");
|
||||
return (0);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue