Add missing ;; (Kurt Lidl)

This commit is contained in:
christos 2016-03-11 22:40:04 +00:00
parent 327c8d271f
commit 5a1e5090da
1 changed files with 2 additions and 0 deletions

View File

@ -69,8 +69,10 @@ flush)
case "$pf" in
npf)
/sbin/npfctl rule "$2" flush
;;
pf)
/sbin/pfctl -a "$2" -t "port$6" -T flush
;;
esac
;;
*)