Fixed bug with firewall GUI settings

Fixed bug that led to correct firewall configuration not being
recognized by GUI VM Settings.

fixes QubesOS/qubes-issues#3289
このコミットが含まれているのは:
Marta Marczykowska-Górecka 2017-11-17 19:12:06 +01:00
コミット eeac042662
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 9A752C30B26FD04B

ファイルの表示

@ -244,7 +244,7 @@ class QubesFirewallRulesModel(QtCore.QAbstractItemModel):
allow_dns = True
continue
if rule.proto == icmp_rule:
if rule == icmp_rule:
allow_icmp = True
continue