Tag 0.0.13.

This commit is contained in:
Manuel Amador (Rudd-O) 2020-09-25 17:07:02 +00:00
parent 3f7e284095
commit 9b02a2382d
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
%define mybuildnumber %{?build_number}%{?!build_number:1}
Name: qubes-network-server
Version: 0.0.12
Version: 0.0.13
Release: %{mybuildnumber}%{?dist}
Summary: Turn your Qubes OS into a network server
BuildArch: noarch

View File

@ -245,7 +245,7 @@ class AdjunctWorker(object):
for watch_path in iter(self.qdb.read_watch, None):
# ignore writing rules itself - wait for final write at
# source_addr level empty write (/qubes-firewall/SOURCE_ADDR)
watch_path = s(watch_path)
watch_path = _s(watch_path)
if watch_path.count("/") != 2:
continue
source_addr = watch_path.split("/")[2]