Author: j16sdiz
Date: 2008-05-04 09:33:35 +0000 (Sun, 04 May 2008)
New Revision: 19722

Modified:
   trunk/freenet/src/freenet/node/fcp/ClientPut.java
Log:
doh


Modified: trunk/freenet/src/freenet/node/fcp/ClientPut.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/ClientPut.java   2008-05-04 09:27:43 UTC 
(rev 19721)
+++ trunk/freenet/src/freenet/node/fcp/ClientPut.java   2008-05-04 09:33:35 UTC 
(rev 19722)
@@ -226,6 +226,7 @@
                // Check the hash : allow it to be null for backward 
compatibility and if testDDA is allowed
                if(salt != null) {
                        MessageDigest md = SHA256.getMessageDigest();
+                       byte[] foundHash;
                        try {
                        try {
                                md.update(salt.getBytes("UTF-8"));


Reply via email to