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