- move: null string to utils
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use crate::handlers::null_string::NullTerminatedString;
|
||||
use utils::null_string::NullTerminatedString;
|
||||
use crate::packet::{send_packet, Packet, PacketPayload};
|
||||
use crate::packet_type::PacketType;
|
||||
use crate::packets::cli_char_list_req::CliCharListReq;
|
||||
@@ -18,4 +18,4 @@ pub(crate) async fn handle_char_list_req(stream: &mut TcpStream, packet: Packet)
|
||||
debug!("{:?}", request);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user