dom0/qubes-firewall: typo fix

This commit is contained in:
Marek Marczykowski 2012-02-27 15:07:00 +01:00 committed by Joanna Rutkowska
parent e089c0e1e6
commit 21803c14fa

View File

@ -1066,7 +1066,7 @@ class QubesVm(object):
rule["netmask"] = 32 rule["netmask"] = 32
# For backward compatibility default to tcp # For backward compatibility default to tcp
if rule["proto" is None: if rule["proto"] is None:
rule["proto"] = "tcp" rule["proto"] = "tcp"
if rule["port"] is not None: if rule["port"] is not None: