forked from I2P_Developers/i2p.i2p
Changelog: SAM : big bug in SAMv1Handler corrected
This commit is contained in:
@@ -320,7 +320,8 @@ public class SAMBridge implements Runnable {
|
|||||||
SocketChannel s ;
|
SocketChannel s ;
|
||||||
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