aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hashserv/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hashserv/server.py')
-rw-r--r--lib/hashserv/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hashserv/server.py b/lib/hashserv/server.py
index ef8227d43..d40a2ab8f 100644
--- a/lib/hashserv/server.py
+++ b/lib/hashserv/server.py
@@ -413,7 +413,7 @@ class ServerClient(bb.asyncrpc.AsyncServerConnection):
# A matching output hash was found. Set our taskhash to the
# same unihash since they are equivalent
unihash = row['unihash']
- resolve = Resolve.REPLACE
+ resolve = Resolve.IGNORE
else:
# No matching output hash was found. This is probably the
# first outhash to be added.