Skip to content

Commit 00a0b82

Browse files
committed
fix #13
1 parent a82f088 commit 00a0b82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/ursnifscan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def calculate(self):
243243
if not has_yara:
244244
debug.error("Yara must be installed for this plugin")
245245

246-
if not has_yara:
246+
if not has_aplib:
247247
debug.error("Aplib must be installed for this plugin")
248248

249249
addr_space = utils.load_as(self._config)

0 commit comments

Comments
 (0)