forked from I2P_Developers/i2p.i2p
Changelog: SAM : big bug in SAMv1Handler corrected
This commit is contained in:
@@ -321,6 +321,7 @@ public class SAMBridge implements Runnable {
|
|||||||
SAMBridge parent ;
|
SAMBridge parent ;
|
||||||
HelloHandler(SocketChannel s, SAMBridge parent) {
|
HelloHandler(SocketChannel s, SAMBridge parent) {
|
||||||
this.s = s ;
|
this.s = s ;
|
||||||
|
this.parent = parent ;
|
||||||
}
|
}
|
||||||
public void run() {
|
public void run() {
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user