It was breaking with messages not having any storable fields

132,133c132,133
<           contentType =
reply.otherFields.getSet("Storable").get("Content-type","Unknown");
<           String
cipherName=reply.otherFields.getSet("Storable").get("Symmetric-cipher","Twofish");
---
>           contentType = storables.get("Content-type","Unknown");
>           String cipherName= storables.get("Symmetric-cipher","Twofish");


(am I diffing right?)

_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to