diff options
author | Magnus Ahltorp <map@kth.se> | 2015-08-17 17:46:46 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-08-17 18:09:59 +0200 |
commit | fd33d62b9e8849a3cca344994183f4fe9fa54d81 (patch) | |
tree | 0a87310ea664d68745414bbe23f9589d7c633491 /verifycert.erl | |
parent | 6904422f3e8ca95ece5a309ef121a6cd6159e0a8 (diff) |
Wrap entries in plop wrapperplopstoragefix
Diffstat (limited to 'verifycert.erl')
-rwxr-xr-x | verifycert.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verifycert.erl b/verifycert.erl index 5ff77c3..0db0051 100755 --- a/verifycert.erl +++ b/verifycert.erl @@ -8,7 +8,7 @@ write_reply(Bin) -> verify(RootCerts, DBEntry) -> try - case catlfish:verify_entry(DBEntry, RootCerts) of + case catlfish:verify_entry(tlv:decodelist(DBEntry), RootCerts) of {ok, _MTLHash} -> write_reply(<<0:8>>); {error, Reason} -> |