check_smb_idle fixed

This commit is contained in:
lars 2005-09-15 21:29:34 +00:00
parent f546cd674b
commit 53ee02c839
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ set -eu
filter_ipt_rules() filter_ipt_rules()
# get the input rules for smb datagram traffic # get the input rules for smb datagram traffic
{ {
iptables -L INPUT -vnx | grep -E "tcp upt:138|udp dpt:139" iptables -L INPUT -vnx | grep -E "udp dpt:138|tcp dpt:139"
} }