Skip to content

Commit 96f242c

Browse files
committed
...
1 parent 5fae5f1 commit 96f242c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

passivessl.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ plan = plpy.prepare("SELECT * FROM fuzzy_hash WHERE type <> $1", ["text"])
308308
rv = plan.execute(["filter"], maxrows)
309309
r = []
310310
for x in rv:
311-
if tlsh.diff(x["value"], hash) > threshold:
311+
if tlsh.diff(x["value"], hash) < threshold:
312312
r.append(x)
313313
return r
314314
$$;

0 commit comments

Comments
 (0)