Formatting some stuff / cleaned up

This commit is contained in:
PinkP4nther 2021-08-19 15:17:10 -07:00
commit dcbb6ae9ed
3 changed files with 5 additions and 13 deletions

View file

@ -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