Author: nextgens
Date: 2007-04-15 12:43:58 +0000 (Sun, 15 Apr 2007)
New Revision: 12744
Modified:
trunk/apps/Thaw/src/thaw/fcp/FCPClientPut.java
Log:
Doh
Modified: trunk/apps/Thaw/src/thaw/fcp/FCPClientPut.java
===================================================================
--- trunk/apps/Thaw/src/thaw/fcp/FCPClientPut.java 2007-04-15 12:31:30 UTC
(rev 12743)
+++ trunk/apps/Thaw/src/thaw/fcp/FCPClientPut.java 2007-04-15 12:43:58 UTC
(rev 12744)
@@ -206,12 +206,9 @@
if
(queueManager.getQueryManager().getConnection().isLocalSocket() && localFile !=
null) {
status = "Computing hash to get approval from the node
...";
- identifier = queueManager.getAnID() + "-"+
localFile.getName();
-
String salt =
queueManager.getQueryManager().getConnection().getClientHello().getConnectionId()
- +"-"+ identifier
+ +"-"+ localFile.getPath()
+"-";
- System.out.println("~~~~~~~~~~~~~~~~" + salt);
sha = new SHA256Computer(salt, localFile.getPath());
sha.addObserver(this);