mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Remove unneeded mut
This commit is contained in:
parent
0b200ceaf4
commit
b498d70602
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ impl Into<Vec<u8>> for StunPacket {
|
||||||
pub fn repl<'a>(
|
pub fn repl<'a>(
|
||||||
data: &'a [u8],
|
data: &'a [u8],
|
||||||
_masscanned: &Masscanned,
|
_masscanned: &Masscanned,
|
||||||
mut client_info: &mut ClientInfo,
|
client_info: &mut ClientInfo,
|
||||||
_tcb: Option<&mut TCPControlBlock>,
|
_tcb: Option<&mut TCPControlBlock>,
|
||||||
) -> Option<Vec<u8>> {
|
) -> Option<Vec<u8>> {
|
||||||
debug!("receiving STUN data");
|
debug!("receiving STUN data");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue