]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/scripts/debug.py
MDMF: remove extension fields from caps, tolerate arbitrary ones. Fixes #1526
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / debug.py
index 16e57b33dce3ea2e489e6f4c8b31d599bac15ca6..b482fb9cb37670b96d7e7b814bed8d98123e148f 100644 (file)
@@ -369,8 +369,7 @@ def dump_MDMF_share(m, length, options):
         if base32.could_be_base32_encoded(piece):
             storage_index = base32.a2b(piece)
             fingerprint = hashutil.ssk_pubkey_fingerprint_hash(pubkey)
-            hints = [str(k), str(segsize)]
-            u = MDMFVerifierURI(storage_index, fingerprint, hints)
+            u = MDMFVerifierURI(storage_index, fingerprint)
             verify_cap = u.to_string()
             print >>out, "  verify-cap:", quote_output(verify_cap, quotemarks=False)