Another typo...

parent 4e9a2476
...@@ -224,7 +224,7 @@ class NexDPI(): ...@@ -224,7 +224,7 @@ class NexDPI():
if sername in list(Cats[cname]['knownapps']): if sername in list(Cats[cname]['knownapps']):
if not startname: if not startname:
continue continue
elif startname in list(Cats[name]['knowstarts']): elif startname in list(Cats[cname]['knowstarts']):
continue continue
if self.fullname and not self.fullname in UnknownMatch: if self.fullname and not self.fullname in UnknownMatch:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment