mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-12 07:13:50 -05:00
- rpz triggers, spelling fix.
This commit is contained in:
parent
c7bb118a88
commit
4f892a37bd
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ rpz_action_to_string(enum rpz_action a)
|
|||
case RPZ_DISABLED_ACTION: return "rpz-disabled";
|
||||
case RPZ_CNAME_OVERRIDE_ACTION: return "rpz-cname-override";
|
||||
case RPZ_NO_OVERRIDE_ACTION: return "rpz-no-override";
|
||||
default: return "rpz-unkown-action";
|
||||
default: return "rpz-unknown-action";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue