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