mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
fix(rdpsnd): reply to TrainingPdu
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
abcc42e01f
commit
5dcc526f51
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ impl SvcProcessor for Rdpsnd {
|
|||
pdu::ServerAudioOutputPdu::Close => {
|
||||
self.handler.close();
|
||||
}
|
||||
pdu::ServerAudioOutputPdu::Training(pdu) => return Ok(self.training_confirm(&pdu)?.into()),
|
||||
_ => {
|
||||
error!("Invalid PDU");
|
||||
self.state = RdpsndState::Stop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue