The first if statement in the above-mentioned method anticipates that receivedWith may be null, but the the m.sending(...) call below the if's uses receivedWith regardless of its value. Given that the method goes to these contortions to create a ConnectionHandler, should it not actually use it in the subsequent call? And is the return statement meaningful?
_______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
