mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
fmt
This commit is contained in:
parent
43f09e6187
commit
ba4537ced8
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ impl Sequence for ClientConnector {
|
|||
// v2_payload: Some(connection_id.to_owned()),
|
||||
v2_payload: Some(format!("{connection_id};EnhancedMode=1").into()),
|
||||
};
|
||||
|
||||
|
||||
debug!(message = ?pcb, "Send");
|
||||
|
||||
let written = ironrdp_core::encode_buf(&pcb, output).map_err(ConnectorError::encode)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue