Commit 297eef81 authored by null pointer's avatar null pointer
Browse files

bugfix: prevent ref from being erroneous modified when more than one alternate lookup specified

parent 40e3d15f
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -110,7 +110,8 @@ class bucketman:
"modify [{}] -> bucket=[{}] key=[{}], "
"keeping [{}]".format(
bucket, altref, bucket, add_key, existing))
ref = existing
# do nothing on hijack
continue
else:
effective_altrefs.append(altref[1:])
......
Supports Markdown
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