Formatting some stuff / cleaned up
This commit is contained in:
parent
118895326c
commit
dcbb6ae9ed
3 changed files with 5 additions and 13 deletions
|
|
@ -128,12 +128,8 @@ impl DataHandler {
|
|||
|
||||
stream.write_all(&data).unwrap();
|
||||
let _ = stream.flush();
|
||||
//println!("[+] Relayed -> {}", host);
|
||||
|
||||
//return Some(stream); Instead of returning we will now set stream object
|
||||
self.relay_stream = Some(stream);
|
||||
return Some(0);
|
||||
}
|
||||
}
|
||||
|
||||
} // DataHandler
|
||||
Loading…
Add table
Add a link
Reference in a new issue