Update of /cvsroot/freenet/freenet/src/freenet/node/states/request
In directory sc8-pr-cvs1:/tmp/cvs-serv10035/node/states/request
Modified Files:
DataPending.java
Log Message:
Fix a little NPE to do with the SFT
Index: DataPending.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/states/request/DataPending.java,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -w -r1.25 -r1.26
--- DataPending.java 1 Nov 2003 22:35:34 -0000 1.25
+++ DataPending.java 2 Nov 2003 01:38:26 -0000 1.26
@@ -168,7 +168,7 @@
throw new RequestAbortException(new RequestDone(this));
}
- if(n.ft.statsShouldIgnoreDNF(searchKey, hopsToLive))
+ if ( routes != null && n.ft.statsShouldIgnoreDNF(searchKey, hopsToLive) )
routes.setShouldIgnoreDNF();
}
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs