dom0/qubes-firewall: typo fix

This commit is contained in:
Marek Marczykowski 2012-02-27 15:07:00 +01:00
parent 0ca08d48b8
commit a0e9feef92

View File

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