summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2021-11-30 10:55:30 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2021-11-30 20:55:17 +0100
commite9ae548078135f047b855177906040d86d75ee08 (patch)
tree7c97b6e4e4d14e9fd6fb6f5aec5989a50ba5c360 /filter
parentd76c39b996703f6b0192225b277ce0c5ac79dca4 (diff)
db: add missing `break` to switch case
When formatting DB queries, if we get a input key of type `RAW`, we log a message indicating that `RAW` is unsupported, then fall through to the default case, which logs another message that the key type is unknown. Add the missing `break` statement to prevent the fall-through. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'filter')
0 files changed, 0 insertions, 0 deletions